From: Philipp Reisner Date: Tue, 18 Mar 2014 13:40:13 +0000 (+0100) Subject: drbd: Limit the time we are waiting for the first packet on an accepted socket X-Git-Tag: omap-for-v3.17/fixes-against-rc2~74^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4920e37a9e851172158ecc0fd7e060712dc1b5e8;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed