From: Julian Anastasov Date: Mon, 19 Oct 2009 10:10:40 +0000 (+0000) Subject: tcp: fix TCP_DEFER_ACCEPT retrans calculation X-Git-Tag: v2.6.32-rc6~114^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b103cf34382f26ff48a87931b83f13b177b47c1a;p=pandora-kernel.git tcp: fix TCP_DEFER_ACCEPT retrans calculation Fix TCP_DEFER_ACCEPT conversion between seconds and retransmission to match the TCP SYN-ACK retransmission periods because the time is converted to such retransmissions. The old algorithm selects one more retransmission in some cases. Allow up to 255 retransmissions. Signed-off-by: Julian Anastasov Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed