--- tftpd/inc/defs.h 2014/02/20 00:44:49 1.1.1.1.4.2 +++ tftpd/inc/defs.h 2014/02/20 00:04:36 1.3 @@ -19,14 +19,13 @@ struct tagCli { int opc; u_short seq; - int tout; int siz; - off_t tsiz; sockaddr_t addr; int fd; char file[PATH_MAX]; char mode[10]; short close; + short opts; };