• Show log

    Commit

  • Hash : cbbf209c
    Author : Andy Pan
    Date : 2024-04-29T13:31:34

    Support SO_REUSEPORT on FreeBSD, DragonFly and Solaris (#1624)
    
    ## References
    
    - [The SO_REUSEPORT socket option on Linux](https://lwn.net/Articles/542629/)
    - [DragonFly Release 3.6](https://www.dragonflybsd.org/release36/)
    - [FreeBSD 12.0-RELEASE Release Notes](https://www.freebsd.org/releases/12.0R/relnotes/)
    - [SO_REUSEPORT on Solaris 11.4](https://docs.oracle.com/cd/E88353_01/html/E37843/setsockopt-3c.html)
    
    Co-authored-by: Azat Khuzhin <azat@libevent.org>