mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
037e8e449d
With multichannel a tcp connection is registered first with a temporary smbd process, that calls CTDB_CONTROL_TCP_CLIENT first and then passes the tcp connection to the longterm smbd that already handles all connections belonging to the specific client_guid. That smbd process calls CTDB_CONTROL_TCP_CLIENT again, but the 'tickle' information is already there. When the temporary smbd process exists/disconnects from ctdb or calls CTDB_CONTROL_TCP_CLIENT_DISCONNECTED, the 'tickle' information is removed, while the longterm smbd process still serves the tcp connection. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15523 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> |
||
---|---|---|
.. | ||
protocol_api.h | ||
protocol_basic.c | ||
protocol_basic.h | ||
protocol_call.c | ||
protocol_client.c | ||
protocol_control.c | ||
protocol_debug.c | ||
protocol_header.c | ||
protocol_keepalive.c | ||
protocol_message.c | ||
protocol_packet.c | ||
protocol_private.h | ||
protocol_sock.c | ||
protocol_tunnel.c | ||
protocol_types.c | ||
protocol_util.c | ||
protocol_util.h | ||
protocol.h |