]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Fix sysctl_tcp_low_latency
authorDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 06:01:10 +0000 (23:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 06:01:10 +0000 (23:01 -0700)
commita853eefdd7ddae1b8575a175a89c828cfc586d04
tree468a43ac3f94b9bf8618b102a7d609e29d3900f5
parent25e27ad2fd62ddf60172793007d9b90d1bd6d13f
[TCP]: Fix sysctl_tcp_low_latency

When enabled, this should disable UCOPY prequeue'ing altogether,
but it does not due to a missing test.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c