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

/barrelfish-master/include/lwip2/lwip/apps/
H A Dtftp_opts.h69 #if !defined TFTP_TIMEOUT_MSECS || defined __DOXYGEN__
70 #define TFTP_TIMEOUT_MSECS 10000 macro
/barrelfish-master/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c373 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) {

Completed in 80 milliseconds