• antirez's avatar
    anet.c: new API anetTcpNonBlockBestEffortBindConnect() · a017b7ec
    antirez authored
    This performs a best effort source address binding attempt. If it is
    possible to bind the local address and still have a successful
    connect(), then this socket is returned. Otherwise the call is retried
    without source address binding attempt.
    
    Related to issues #2609 and #2612.
    a017b7ec
anet.h 3.46 KB