drbd: Limit the time we are waiting for the first packet on an accepted socket
authorPhilipp Reisner <philipp.reisner@linbit.com>
Tue, 18 Mar 2014 13:40:13 +0000 (14:40 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 10 Jul 2014 16:35:00 +0000 (18:35 +0200)
commit4920e37a9e851172158ecc0fd7e060712dc1b5e8
tree807be93fb5bace3b1ff596a2338736c867a7e590
parentaaaba34576407857f6146ff6c330f06e63fb2bf2
drbd: Limit the time we are waiting for the first packet on an accepted socket

Before the patch
'drbd: Keep the listening socket open while trying to connect to the peer'

the newly created socket inherited the receive timeout from the listen
socket. The listen socket had a receive timeout of connect-intervall
+- 30% random jitter.

The real issue is that after the mentioned patch we had no timeout at all.
Now use 4 times the ping-timeout.

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