Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise max TCP segment queue length #52

Merged
merged 1 commit into from Dec 10, 2018
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -45,6 +45,7 @@ net.inet.tcp.path_mtu_discovery=0 # disable MTU discovery since most ICMP type
net.inet.tcp.rfc3042=0 # disable limited transmit mechanism which can slow burst transmissions (default 1)
net.inet.udp.blackhole=1 # drop udp packets destined for closed sockets (default 0)
net.inet.tcp.blackhole=2 # drop tcp packets destined for closed ports (default 0)
net.inet.tcp.reass.maxqueuelen=1448 # Relax the TCP reassembly queue length limit to improve performance in the event of packet loss or reordering.

## IPv6 Security
# Disable Node info replies (default 3)