tftp_send
int tftp_send(int peer, uint16_t *block, struct tftp_stats *tp);
tftp_send(peer, &block, &ts);
if (tftp_send(peer, &block, &tftp_stats) != 0)