Re: [PATCH] net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()
From: David Miller <davem@davemloft.net>
Date: 2010-09-28 20:08:26
From: David Miller <davem@davemloft.net>
Date: 2010-09-28 20:08:26
From: Damian Lukowski <redacted> Date: Tue, 28 Sep 2010 21:44:54 +0200
This patch adds a syn_set parameter to the retransmits_timed_out() routine and updates its callers. If not set, TCP_RTO_MIN is taken as the calculation basis as before. If set, TCP_TIMEOUT_INIT is used instead, so that sysctl_syn_retries represents the actual amount of SYN retransmissions in case no SYNACKs are received when establishing a new connection. Signed-off-by: Damian Lukowski <redacted>
Applied, thanks Damian.