ANDROID: net: ipv4: sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window...
authorRobert Love <rlove@google.com>
Thu, 31 Jul 2008 15:12:44 +0000 (11:12 -0400)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commitb91b8576819725f4bdeb887ea7ed6601e1030ec9
tree61ba4d6e4b680ea572060e520bbfe7a67e9414df
parentaf214c9e75ef6276e87c8203f5f54d15ccb1159d
ANDROID: net: ipv4: sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window size

Add a family of knobs to /sys/kernel/ipv4 for controlling the TCP window size:

tcp_wmem_min
tcp_wmem_def
tcp_wmem_max
tcp_rmem_min
tcp_rmem_def
tcp_rmem_max

This six values mirror the sysctl knobs in /proc/sys/net/ipv4/tcp_wmem and
/proc/sys/net/ipv4/tcp_rmem.

Sysfs, unlike sysctl, allows us to set and manage the files' permissions and
owners.

Signed-off-by: Robert Love <rlove@google.com>
net/ipv4/Makefile
net/ipv4/sysfs_net_ipv4.c [new file with mode: 0644]