Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #180 from cdmurph32/tcp_timeout_wait
Browse files Browse the repository at this point in the history
Kernel 4.9 tcp_timeout_time_wait
  • Loading branch information
phylake authored May 26, 2017
2 parents 6abe4a4 + 50286b1 commit 28071a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
`porter` is [semantically versioned](http://semver.org/spec/v2.0.0.html)

### v4.8.1

- Replace deprecated sysctl setting

### v4.8.0

- HAProxy `timeout client` is configurable
Expand Down
2 changes: 1 addition & 1 deletion files/porter_bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ porter host daemon --init \

# keep-alive on haproxy backends is disabled meaning lots of sockets in
# TIME_WAIT hanging around. reuse them
sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait=1
sysctl -w net.netfilter.nf_conntrack_tcp_timeout_time_wait=1
sysctl -w net.ipv4.tcp_tw_reuse=1

# open up ephemeral port range for more possible connections to the backend
Expand Down

0 comments on commit 28071a2

Please sign in to comment.