advanced-policy-firewall
advanced-policy-firewall copied to clipboard
Bug in sysctl.rules
Hi, Please change the file sysctl.rules line 68 replace if [ "$SYSCTL_TCP_NOSACK" ]; then by if [ "$SYSCTL_TCP_NOSACK" == "1" ]; then
Thanks
pull request: https://github.com/rfxn/advanced-policy-firewall/pull/44
indeed without this change tcp_sack is always disabled