Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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, tp->snd_cwnd >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()