• J
    rpc: Check and message setsockopt() · d514d777
    John Ferlan 提交于
    Check status when attempting to set SO_REUSEADDR flag on outgoing connection
    On failure, VIR_WARN(), but continue to connect. This code path is on the
    sender side where the setting is just a hint and would only take effect if
    the sender is overflowed with TCP connections.  Inability to set doesn't mean
    failure to establish a connection.
    d514d777
virnetsocket.c 47.9 KB