gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:min from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c - 25.6KB - 776 lines
470:          */
471:         win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_segsz;
472:         if (win < 2)
565: 566: win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_segsz; 567: if (win < 2)
637: tp->snd_nxt != tp->snd_max) ? incr : incr * 2; 638: incr = min(acked, abc_lim); 639: }
653: 654: tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); 655: }