Searched defs:maxrexmit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c417 int maxrexmit; local
419 maxrexmit = xfer->timeout < 60 ? 5 : 3;
420 if (++xfer->rexmit < maxrexmit) {

Completed in 51 milliseconds