mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
38dc6d11a2
We also can not assume that nodes can be marked as connected via only
the keepalive mechanism. Keepalives are not sent to disconnected
nodes so, in the absence of other packets (e.g. broadcasts), 2 nodes
may never become marked as connected to each other.
Revert to marking nodes as connected in the TCP transport code. If a
connection is to a non(-operational) ctdbd then it will revert to
disconnected after a short while and may actually flap. This should
be rare.
This reverts commit
|
||
---|---|---|
.. | ||
ctdb_tcp.h | ||
tcp_connect.c | ||
tcp_init.c | ||
tcp_io.c |