commit | 92f14951c044198306f098e76c56a944cf88867a | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Wed Aug 01 11:41:01 2012 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Fri Nov 09 14:05:45 2012 +0100 |
tree | 2dc02501ff9736b0691065e859f5eabe2b822828 | |
parent | b666dbf819f9157a4afef2094ec961d216d802b5 [diff] |
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>