network/tcp_multiclient/resources/settings.ini

# If the remote side disconnects, automatically close the stream
stream.auto_close 1
# The amount of time to wait for data while reading the client data stream
bus.command.read_timeout 0
# Disable the tcp server client idle timeout
tcp.server.idle_timeout 0
# Enable TCP keep-alive
tcp.keepalive.enabled 1
tcp.keepalive.initial_timeout 5
tcp.keepalive.retry_count 3
tcp.keepalive.retry_timeout 5