From: Eric Dumazet Date: Wed, 30 Nov 2011 01:02:41 +0000 (+0000) Subject: tcp: inherit listener congestion control for passive cnx X-Git-Tag: v3.3-rc1~182^2~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a6e65f8b6b6b0142ebab578472906d89d63657;p=pandora-kernel.git tcp: inherit listener congestion control for passive cnx Rick Jones reported that TCP_CONGESTION sockopt performed on a listener was ignored for its children sockets : right after accept() the congestion control for new socket is the system default one. This seems an oversight of the initial design (quoted from Stephen) Based on prior investigation and patch from Rick. Reported-by: Rick Jones Signed-off-by: Eric Dumazet CC: Stephen Hemminger CC: Yuchung Cheng Tested-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed