Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_yeah.c19 #define TCP_YEAH_GAMMA 1 /* fraction of queue to be removed per rtt */ macro
159 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid()