Skip to content

Commit

Permalink
Update sysctl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Aug 3, 2020
1 parent 8cc1c8a commit cc8268c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ net.ipv4.tcp_low_latency = 1
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_adv_win_scale = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_fin_timeout = 30
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_keepalive_time = 150
Expand All @@ -59,4 +59,4 @@ net.ipv4.tcp_synack_retries = 1
net.ipv4.tcp_slow_start_after_idle=0
net.ipv4.tcp_max_syn_backlog = 65536
net.ipv4.tcp_max_tw_buckets = 720000
net.ipv4.tcp_mtu_probing = 1
net.ipv4.tcp_mtu_probing = 1

0 comments on commit cc8268c

Please sign in to comment.