printstats
void printstats(const char *direction, int verbose, struct tftp_stats *ts);
printstats = option_sense;
printstats("Sent", verbose, &tftp_stats);
printstats("Received", verbose, &tftp_stats);