Home
last modified time | relevance | path

Searched refs:TCP_YEAH_DELTA (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_yeah.c21 #define TCP_YEAH_DELTA 3 /* log minimum fraction of cwnd to be removed on loss */ macro
198 reduction = max(reduction, tcp_snd_cwnd(tp) >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()