advanced-policy-firewall icon indicating copy to clipboard operation
advanced-policy-firewall copied to clipboard

Bug in sysctl.rules

Open almayeen opened this issue 4 years ago • 1 comments

Hi, Please change the file sysctl.rules line 68 replace if [ "$SYSCTL_TCP_NOSACK" ]; then by if [ "$SYSCTL_TCP_NOSACK" == "1" ]; then

Thanks

almayeen avatar Jun 01 '20 22:06 almayeen

pull request: https://github.com/rfxn/advanced-policy-firewall/pull/44

indeed without this change tcp_sack is always disabled

evcz avatar Jun 01 '21 16:06 evcz