doc: Change the min default value of tcp_wmem/tcp_rmem.
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Mon, 5 Feb 2018 02:07:10 +0000 (18:07 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2018 06:41:13 +0000 (22:41 -0800)
commitff01f118d1682aa3bc2a2e0459cd3ce127ffde22
tree17292b619104cfc5779f513a4d6780d668e202a3
parentd6a76199e85168160a58c827c30e58dae7570413
doc: Change the min default value of tcp_wmem/tcp_rmem.

[ Upstream commit a61a86f8db92923a2a4c857c49a795bcae754497 ]

The SK_MEM_QUANTUM was changed from PAGE_SIZE to 4096. And the
tcp_wmem/tcp_rmem min default values are 4096.

Fixes: bd68a2a854ad ("net: set SK_MEM_QUANTUM to 4096")
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/networking/ip-sysctl.txt