]> 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)
commit330b51181acd9d332ed0edfa9ca45408aa422a2d
treea82946530d5c82a944d0492e5c65168bb5b24d6b
parent49c2caf1d3b967a633e591c33a0327cd40c509ec
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