[TIPC]: Fixed slow link reactivation when link tolerance is large
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 17 Oct 2006 04:57:13 +0000 (21:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 19 Oct 2006 02:55:20 +0000 (19:55 -0700)
commit2de07f6156fe664063207c010b3bd2500348884a
tree751cde2c24a190c6d02deaa75b72cbede9fb38ed
parent08c31f7167b1bdc30cd0960b45d6f3076eb1f179
[TIPC]: Fixed slow link reactivation when link tolerance is large

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 <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/discover.c