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

Add TCP Keepalive #90

Merged
merged 1 commit into from
Sep 5, 2017
Merged

Add TCP Keepalive #90

merged 1 commit into from
Sep 5, 2017

Conversation

sideshow
Copy link
Owner

@sideshow sideshow commented Sep 5, 2017

Adds TCP Keepalive default of 60 seconds.
This prevents an issue on AWS (and potentially Google Cloud) where they will terminate the connection after a period of time unless it has TCP Keeplaive enabled or there is data being sent when using a NAT instance.

Before:
screen shot 2017-09-05 at 12 22 26

After:
screen shot 2017-09-05 at 12 22 15

@coveralls
Copy link

coveralls commented Sep 5, 2017

Coverage Status

Coverage increased (+0.1%) to 90.05% when pulling 463a70b on feature-keepalive into 7588e8f on master.

@sideshow sideshow merged commit afdbb7c into master Sep 5, 2017
@sideshow sideshow deleted the feature-keepalive branch September 5, 2017 00:52
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

Successfully merging this pull request may close these issues.

2 participants