commit | 45f7435968363816f8fc4c6abef692808534140d | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <stfomichev@yandex-team.ru> | Wed Feb 12 17:35:21 2014 +0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 13 18:22:34 2014 -0500 |
tree | a4fa1938204a2967ceb54141927da8f8c57ff214 | |
parent | f93f160b5a3546b6d3143894f63a326442071e48 [diff] |
tcp: remove unused min_cwnd member of tcp_congestion_ops Commit 684bad110757 "tcp: use PRR to reduce cwin in CWR state" removed all calls to min_cwnd, so we can safely remove it. Also, remove tcp_reno_min_cwnd because it was only used for min_cwnd. Signed-off-by: Stanislav Fomichev <stfomichev@yandex-team.ru> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>