Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix 3.19 kernel issue with SYN's being silently dropped when tcp_tw_r…
Browse files Browse the repository at this point in the history
…ecycle is enabled
  • Loading branch information
MarkKropf committed Aug 4, 2015
1 parent a864e84 commit 3fe391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/gorouter/templates/gorouter_ctl.erb
Expand Up @@ -44,7 +44,7 @@ case $1 in
# incorrectly states the default as enabled. It can be changed to 1 (enabled) in many cases. Known to cause some
# issues with hoststated (load balancing and fail over) if enabled, should be used with caution.

echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
echo 0 > /proc/sys/net/ipv4/tcp_tw_recycle

# TCP_TW_REUSE
# This allows reusing sockets in TIME_WAIT state for new connections when it is safe from protocol viewpoint.
Expand Down

0 comments on commit 3fe391e

Please sign in to comment.