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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c218 long len, recwin, sendwin; local
392 sendwin = min(tp->snd_wnd, tp->snd_cwnd);
395 sendwin = min(sendwin, slowlink_wsize);
467 if (sendwin == 0) {
486 sendwin = 1;
510 len = ((long)ulmin(so->so_snd.sb_cc, sendwin) - off);
597 if (sendwin == 0) {

Completed in 23 milliseconds