Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_yeah.c20 #define TCP_YEAH_DELTA 3 /* log minimum fraction of cwnd to be removed on loss */ macro
216 reduction = max(reduction, tp->snd_cwnd >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()