• antirez's avatar
    anet.c: new API anetTcpNonBlockBestEffortBindConnect() · a8d7f00e
    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.
    a8d7f00e
anet.h 3.28 KB