|
|
| version 1.1.1.1.4.4, 2014/02/20 16:04:02 | version 1.1.1.1.4.5, 2014/02/20 16:30:05 |
|---|---|
| Line 13 | Line 13 |
| #define TFTP_OPT_TSIZE "tsize" | #define TFTP_OPT_TSIZE "tsize" |
| #define TFTP_OPT_BLKSIZE "blksize" | #define TFTP_OPT_BLKSIZE "blksize" |
| #define TFTP_OPT_BLKSIZE2 "blksize2" | |
| #define TFTP_OPT_TIMEOUT "timeout" | #define TFTP_OPT_TIMEOUT "timeout" |
| #define TFTP_OPT_ROLLOVER "rollover" | #define TFTP_OPT_ROLLOVER "rollover" |
| Line 20 | Line 21 |
| struct tagCli { | struct tagCli { |
| int opc; | int opc; |
| u_short seq; | u_short seq; |
| int tout; | struct timespec tout; |
| int roll; | int roll; |
| int siz; | int siz; |
| off_t tsiz; | off_t tsiz; |