Keep Alive, Keepalive (default: 0) For TCP connections, idle connection time measured in seconds, before the first keepalive packet is sent. A value of 0 indicates that keepalive is not used.
Should call socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, value) on TCP Socket if value > 0
Keep Alive, Keepalive(default: 0) For TCP connections, idle connection time measured in seconds, before the first keepalive packet is sent. A value of 0 indicates that keepalive is not used.Should call
socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, value)on TCP Socket ifvalue > 0