Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up idle TCP connections #27

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 2 comments
Open

Clean up idle TCP connections #27

GoogleCodeExporter opened this issue Apr 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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.

Original comment by [email protected] on 21 Apr 2011 at 8:21

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 27 Apr 2011 at 10:07

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant