tftp_rrq_ack
event_set(&client->sev, client->sock, EV_READ, tftp_rrq_ack, client);
void tftp_rrq_ack(int, short, void *);