• Show log

    Commit

  • Hash : 832f5269
    Author : Andy Pan
    Date : 2024-05-17T16:54:22

    aix: enable SO_REUSEPORT on AIX
    
    AIX 7.2.5 added the feature that would add the capability
    to distribute incoming connections across all listening ports.
    
    https://www.ibm.com/support/pages/how-get-better-listening-performance-multiple-listening-sockets-using-same-port-number-soreuseport
    
    ---------
    
    Signed-off-by: Andy Pan <i@andypan.me>