Re: [PATCH] net: Add getsockopt support for TCP thin-streams
From: David Miller <davem@davemloft.net>
Date: 2010-08-03 00:25:22
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2010-08-03 00:25:22
Also in:
lkml
From: Andreas Petlund <redacted> Date: Mon, 02 Aug 2010 13:46:32 +0200
On 07/31/2010 01:49 AM, Josh Hunt wrote:quoted
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 <redacted>
...
Tested-by: Andreas Petlund <redacted> Acked-by: Andreas Petlund <redacted>
Applied, thanks.