| commit | 6891c8f90220dfb5d71d83263f0a41b30f9732e2 | [log] [tgz] |
|---|---|---|
| author | JP Abgrall <jpa@google.com> | Fri Feb 07 18:40:10 2014 -0800 |
| committer | Ian Maund <imaund@codeaurora.org> | Fri Nov 07 16:35:05 2014 -0800 |
| tree | 48b4c7141a700787180c07ff23e35ffb42d21037 | |
| parent | 2eeb25228b825cd3692275f3972c551504cc02ec [diff] |
tcp: add a sysctl to config the tcp_default_init_rwnd The default initial rwnd is hardcoded to 10. Now we allow it to be controlled via /proc/sys/net/ipv4/tcp_default_init_rwnd which limits the values from 3 to 100 This is somewhat needed because ipv6 routes are autoconfigured by the kernel. See "An Argument for Increasing TCP's Initial Congestion Window" in https://developers.google.com/speed/articles/tcp_initcwnd_paper.pdf Change-Id: I386b2a9d62de0ebe05c1ebe1b4bd91b314af5c54 Signed-off-by: JP Abgrall <jpa@google.com> Git-commit: 969ff3bbb38b6622800a1a4bd38404e3701193de Git-Repo: https://android.googlesource.com/kernel/common.git [imaund@codeaurora.org: Resolved trivial context conflicts.] Signed-off-by: Ian Maund <imaund@codeaurora.org>