mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
sysctl.conf: Revert enabling busy loop waiting on sockets
This causes the firmware in my ath10k module to crash. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -80,9 +80,5 @@ net.ipv4.tcp_rmem = 4096 87380 16777216
|
||||
net.ipv4.tcp_wmem = 4096 16384 16777216
|
||||
net.ipv4.udp_mem = 3145728 4194304 16777216
|
||||
|
||||
# Approximate time in us to busy loop waiting for packets on the device queue
|
||||
net.core.busy_read=50
|
||||
net.core.busy_poll=50
|
||||
|
||||
# Enable TCP fast-open
|
||||
net.ipv4.tcp_fastopen = 3
|
||||
|
||||
Reference in New Issue
Block a user