From: Patrick McManus Date: Fri, 21 Mar 2008 23:27:38 +0000 (-0700) Subject: [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh X-Git-Tag: v2.6.26-rc1~1138^2~402 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=539fae89bebd16ebeafd57a87169bc56eb530d76;p=pandora-kernel.git [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh timeout associated with SO_DEFER_ACCEPT wasn't being honored if it was less than the timeout allowed by the maximum syn-recv queue size algorithm. Fix by using the SO_DEFER_ACCEPT value if the ack has arrived. Signed-off-by: Patrick McManus Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed