Searched hist:"92 f14951" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 92f14951 Wed Aug 01 04:41:01 CDT 2012 Philipp Reisner <philipp.reisner@linbit.com> drbd: Try to connec to peer only once per cycle
Since now our listening socket is open all the time we will get connection tries of the peer always in. No need to try it three times.
This is valid when connecting to older peers as well, it simply increases the probability that the new version DRBD will accept a connection instead that it will establish one.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> 92f14951 Wed Aug 01 04:41:01 CDT 2012 Philipp Reisner <philipp.reisner@linbit.com> drbd: Try to connec to peer only once per cycle Since now our listening socket is open all the time we will get connection tries of the peer always in. No need to try it three times. This is valid when connecting to older peers as well, it simply increases the probability that the new version DRBD will accept a connection instead that it will establish one. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
|