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

Server sockets GC must handle treat socket at two states: #1

Open
amigin opened this issue Aug 29, 2020 · 0 comments
Open

Server sockets GC must handle treat socket at two states: #1

amigin opened this issue Aug 29, 2020 · 0 comments

Comments

@amigin
Copy link
Contributor

amigin commented Aug 29, 2020

Not Inited - if some part of the system connected to the socket and did not have any intention to use it. Eg: LiveProbe in Kubernetes or Load Balancer. The socket will remain in Not Inited state and we can close it in the shorter interval;

Inited - works in case socket went through Greeting stage and we are 99.95 percent sure - this is a client connection we want to treat with a different timeout;

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

No branches or pull requests

1 participant