Re: [PATCH 10/14] [TIPC] Fixed slow link reactivation when link tolerance is large
From: David Miller <davem@davemloft.net>
Date: 2006-10-17 04:57:25
From: David Miller <davem@davemloft.net>
Date: 2006-10-17 04:57:25
From: Per Liden <redacted> Date: Fri, 13 Oct 2006 13:37:51 +0200
From: Allan Stephens <redacted> This patch corrects an issue wherein a previouly failed node could not reestablish a links to a non-failing node in the TIPC network until the latter node detected the link failure itself (which might be configured to take up to 30 seconds). The non-failing node now responds to link setup requests from a previously failed node in at most 1 second, allowing it to detect the link failure more quickly. Signed-off-by: Allan Stephens <redacted> Signed-off-by: Per Liden <redacted>
Applied, thanks.