• I don't know what is a good value. I'm upping it, together with (the
    possibility of increasing) net.core.somaxconn and
    net.ipv4.tcp_max_syn_backlog. The listen backlog is truncated to
    somaxconn, to having a high value makes sense.
    
    It seems to fix the kernel TCP SYN flooding warnings, if also disabling
    SYN cookies.
    Wiebe Cazemier authored
     
    Browse Code »