Skip to content

Commit

Permalink
Merge pull request #6 from dpanic/dev
Browse files Browse the repository at this point in the history
chore: change tcp_slow_start_after_idle to 1
  • Loading branch information
dpanic authored Dec 12, 2022
2 parents 2a0a18c + 95eb420 commit 57f6ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/sysctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ body: |
net.ipv4.tcp_moderate_rcvbuf = 1 # 1
# disable TCP slow start on idle connections
net.ipv4.tcp_slow_start_after_idle = 0 # 1
net.ipv4.tcp_slow_start_after_idle = 1 # 1
# udp tunings
net.ipv4.udp_rmem_min = 8192 # 4096
Expand Down

0 comments on commit 57f6ba4

Please sign in to comment.