Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H 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)
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c429 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()