gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:max from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c - 62.9KB - 1,704 lines
414:                 if (*txsegsizep < tp->t_segsz) {
415:                         tp->snd_cwnd = max((tp->snd_cwnd / tp->t_segsz)
416:                                            * *txsegsizep, *txsegsizep);
417:                         tp->snd_ssthresh = max((tp->snd_ssthresh / tp->t_segsz)
418:                                                 * *txsegsizep, *txsegsizep);