aboutsummaryrefslogtreecommitdiff
path: root/Documentation/networking/tcp.txt
Commit message (Collapse)AuthorAgeFilesLines
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-241-1/+1
| | | | | | | | | | | | | | 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> Signed-off-by: Joe Maples <joe@frap129.org> Conflicts: include/net/tcp.h
* first commitMeizu OpenSource2016-08-151-0/+106