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:
Michael Tremer
2019-02-28 18:53:22 +00:00
parent 21eead8d17
commit e37e796206

View File

@@ -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