commit | 8f414ea43faa962d7f89993350b9e45f25abea22 | [log] [tgz] |
---|---|---|
author | Robert Love <rlove@google.com> | Thu Jul 31 11:12:44 2008 -0400 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 17:10:42 2018 +0530 |
tree | 86a2bc382375dfad0b7071a5660e6afc3d38c2ba | |
parent | 4edb73303fb9ef4bd9edb6e3b6e798e0b1da4e5c [diff] |
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>