Home
last modified time | relevance | path

Searched refs:TFTP_TIMEOUT_MSECS (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/include/lwip/apps/
A Dtftp_opts.h70 #if !defined TFTP_TIMEOUT_MSECS || defined __DOXYGEN__
71 #define TFTP_TIMEOUT_MSECS 10000 macro
85 #define TFTP_TIMER_MSECS (TFTP_TIMEOUT_MSECS / 10)
/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c569 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()

Completed in 11 milliseconds