420 SetLastSocketError(err); 421 return INVALID_SOCKET; 422 } 423 else if (err == 0) { 424 // pollSockets() timed out 425 Limelog("Connection timed out after %d seconds (TCP port %u)\n", timeoutSec, port); 426 closeSocket(s); 427 SetLastSocketError...
TCPDUMP 4.x.y by The Tcpdump Group To report a security issue please send an e-mail to security@tcpdump.org. To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the guidelines for contributing in the tcpdump source tree root....
This event is generated on a successful * completion of a disconnect initiated by enet_peer_disconnect, if * a peer has timed out, or if a connection request intialized by * enet_host_connect has timed out. The peer field contains the peer * which disconnected. The data field contains ...
console.log(`Error workflow run returned a status of ${actionRun.status} for ${actionRun.html_url}`); runNumber = -1; break; } } await new Promise(resolve => setTimeout(resolve, GH_ACTIONS_WAIT_TIME)); } } return runNumber; } async function circleCIRequest (url, method, request...