-
Notifications
You must be signed in to change notification settings - Fork 881
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
docker-proxy-close-dangling-sockets #2465
base: master
Are you sure you want to change the base?
Conversation
Make docker-proxy more resilient to CLOSE_WAIT and FIN_WAIT2 socket states. In case of unexpected connection terminations, do not wait indefinitely until both ends are closed.
Please sign your commits following these rules: $ git clone -b "patch-1" [email protected]:meermonster10/libnetwork.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
Make docker-proxy more resilient to CLOSE_WAIT and FIN_WAIT2 socket states. In case of unexpected connection terminations, do not wait indefinitely until both ends are closed. Signed-off-by: Jason Kim <[email protected]>
|
+1 |
1 similar comment
+1 |
Note we have migrated this codebase over to github.com/moby/moby/libnetwork. |
Make docker-proxy more resilient to CLOSE_WAIT and FIN_WAIT2 socket states.
In case of unexpected connection terminations, do not wait indefinitely until both ends are closed.
Signed-off-by: Jason Kim [email protected]