]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: tcp_cong_control helper
authorYuchung Cheng <ycheng@google.com>
Tue, 2 Feb 2016 18:33:09 +0000 (10:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Feb 2016 19:09:51 +0000 (14:09 -0500)
commit87b1c2fd692d6f65fcfb6cdbb8eda1737de6b5bb
treea82946530d5c82a944d0492e5c65168bb5b24d6b
parent15495486bb5351f08534d54f7334f1a2bbd1750f
tcp: tcp_cong_control helper

Refactor and consolidate cwnd and rate updates into a new function
tcp_cong_control().

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c