You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imported from: http://argus-bg.dnsalias.org/issues/673
The server may need a way to recognize and clean "old" sockets that are not
in use any more (i.e., client's TCP stack didn't send FIN packet).
Original issue reported on code.google.com by [email protected] on 4 Apr 2011 at 7:47
The text was updated successfully, but these errors were encountered:
Avner,
do you see necessity in additional command line option to enable keepalive
capacity on request.
can SO_KEEPALIVE option be used to introduce this ability.
no need for additional command line switch. This is standard behavior for a
decent server.
(BTW, I think that on UNIX it may take SO_KEEPALIVE hours to recognize dead
connection; hence, this soultion is not valid with conventional servers.
Anyhow, this feature is low priority, hence, please ignore it at the moment)
Original issue reported on code.google.com by
[email protected]
on 4 Apr 2011 at 7:47The text was updated successfully, but these errors were encountered: