--- tftpd/inc/defs.h 2014/02/20 00:07:19 1.1.1.1.4.1 +++ tftpd/inc/defs.h 2014/02/20 00:44:49 1.1.1.1.4.2 @@ -19,7 +19,9 @@ struct tagCli { int opc; u_short seq; + int tout; int siz; + off_t tsiz; sockaddr_t addr; int fd; char file[PATH_MAX];