From: Eric Dumazet <redacted>
Date: Mon, 03 Sep 2012 11:57:18 +0200
David, tell me if you prefer to change TCP demux to avoid timewait,
as I have no strong opinion.
It would be the stupidest thing ever to do the whole hash lookup
just to throw the result away just because it's a timewait socket.
[PATCH] net: sock_edemux() should take care of timewait sockets
sock_edemux() can handle either a regular socket or a timewait socket
Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied, thanks.