• michael-grunder's avatar
    Retry poll(2) if we are intterupted. · 97679e57
    michael-grunder authored
    This commit adds logic to retry our poll call when waiting for the
    connection to complete, in the event that we are interrupted by a
    signal.
    
    Additionally we do some simple bookkeeping to keep track of the overall
    timeout specified by the user.
    
    Fixes #1206
    97679e57
net.c 20.9 KB