diff options
Diffstat (limited to 'net/tftp.h')
-rw-r--r-- | net/tftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */ extern void TftpStartServer(void); /* Wait for incoming TFTP put */ #endif +extern ulong TftpRRQTimeoutMSecs; +extern int TftpRRQTimeoutCountMax; + /**********************************************************************/ #endif /* __TFTP_H__ */ |