net: Add getsockopt support for TCP thin-streams
authorJosh Hunt <johunt@akamai.com>
Fri, 30 Jul 2010 13:49:35 +0000 (13:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2010 00:25:06 +0000 (17:25 -0700)
commit3c0fef0b7d36e5f8d3ea3731a8228102274e3c23
tree71e201a342dcd11946891da0d900e7fd81a23217
parent99e6d06521f2a522ff5aaa812552f68220507c67
net: Add getsockopt support for TCP thin-streams

Initial TCP thin-stream commit did not add getsockopt support for the new
socket options: TCP_THIN_LINEAR_TIMEOUTS and TCP_THIN_DUPACK. This adds support
for them.

Signed-off-by: Josh Hunt <johunt@akamai.com>
Tested-by: Andreas Petlund <apetlund@simula.no>
Acked-by: Andreas Petlund <apetlund@simula.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c