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

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_subr.c95 int tprexmtthresh = 3; variable
291 else if (++tpcb->tp_dupacks == tprexmtthresh) {
324 } else if (tpcb->tp_dupacks > tprexmtthresh) {
335 if (tpcb->tp_dupacks > tprexmtthresh &&

Completed in 120 milliseconds