Skip to content
Snippets Groups Projects

#95 config/roles/openvpn/tasks/openvpn.yml - Set maximum size of the network interface's receive queue

Open #95 config/roles/openvpn/tasks/openvpn.yml - Set maximum size of the network interface's receive queue
1 unresolved thread
Open sgk requested to merge feat/kernel-params-kcp into main
1 unresolved thread
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -57,6 +57,13 @@
@@ -57,6 +57,13 @@
- net.core.wmem_max
- net.core.wmem_max
- net.core.wmem_default
- net.core.wmem_default
 
# Set maximum size of the network interface's receive queue
 
# as required for kcp - ( see #95 )
 
- sysctl:
 
name: net.core.netdev_max_backlog
 
value: '2048'
 
sysctl_set: yes
 
# Increase the conntrack buckets
# Increase the conntrack buckets
- sysctl:
- sysctl:
name: net.netfilter.nf_conntrack_buckets
name: net.netfilter.nf_conntrack_buckets
Loading