Thread (4 messages) 4 messages, 2 authors, 2017-01-09

Re: [PATCH v2] ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int

From: David Miller <davem@davemloft.net>
Date: 2017-01-09 21:40:16
Also in: lkml

From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Mon,  9 Jan 2017 10:45:49 +0300
quoted
cat /proc/sys/net/ipv4/tcp_notsent_lowat
-1
quoted
echo 4294967295 > /proc/sys/net/ipv4/tcp_notsent_lowat
-bash: echo: write error: Invalid argument
quoted
echo -2147483648 > /proc/sys/net/ipv4/tcp_notsent_lowat
cat /proc/sys/net/ipv4/tcp_notsent_lowat
-2147483648

but in documentation we have "tcp_notsent_lowat - UNSIGNED INTEGER"

v2: simplify to just proc_douintvec
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help