drbd: Fix for the connection problems on high latency links
authorPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 13 May 2011 10:03:55 +0000 (12:03 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Tue, 24 May 2011 08:07:22 +0000 (10:07 +0200)
commita8e407925d49c521151dd24b6376c1f9a04a093f
tree9751821550b2f332f9937427874854f51a454352
parent76727f684aa2d6a2dc59a7e5cf77e092a1bf4fb6
drbd: Fix for the connection problems on high latency links

It seems that the real cause of all the issues where that
we did not noticed in drbd_try_connect() when the other
guy closes one socket if the round trip time gets higher
than 100ms. There were that 100ms hard coded!

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_receiver.c