Skip to content

Tags: k4yt3x/sysctl

Tags

1.11

Toggle 1.11's commit message

Verified

This commit was signed with the committer’s verified signature.
k4yt3x K4YT3X
feat: optimized socket buffer size limits

https://blog.cloudflare.com/optimizing-tcp-for-high-throughput-and-low-latency
Updated some comments.

Signed-off-by: k4yt3x <[email protected]>

1.10

Toggle 1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from HorlogeSkynet/patch-1

Mentions `kernel.yama.ptrace_scope = 3` breaks lxc v6+ procfs

1.9

Toggle 1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
k4yt3x K4YT3X
added kernel.modules_disabled=1

Signed-off-by: k4yt3x <[email protected]>

1.8

Toggle 1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
k4yt3x K4YT3X
commented out disable TCP window scaling by default

Disabling TCP window scaling could result in a significant decrease in
performance in high-latency communications.

Signed-off-by: k4yt3x <[email protected]>

1.7

Toggle 1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from k4yt3x/1.7

1.7

1.6

Toggle 1.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
set PMTU starting value to 1024 according to RFC4821

1.5

Toggle 1.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
updated assumptions; enabled more optimizations by default

1.4

Toggle 1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from IceCodeNew/4pr_disable_slow_start_after_idle

Enable mtu probing

1.3

Toggle 1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
tweaked perf restrictions, disallowed IPv6 SRR and redirects

1.2

Toggle 1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
added more deployment methods and explanations