• Tomas Hlavacek's avatar
    Disable binding multiple sockets on non-Linux · 4ee548ad
    Tomas Hlavacek authored
    The binding of multiple sockets with SO_REUSEPORT flag depends on
    detecting the SO_REUSEPORT macro in system headers. It turned out
    that FreeBSD has the same macro but the semantic is different.
    
    Require Linux in autodetecion mode for enabling multiple sockets
    binding.
    4ee548ad