Files
Nim/lib
Graham Fawcett ace96bf83e net.connect (with timeout), raise error on connect failure
Under Linux (probably POSIX), the current code tests for timeout, but
does not test for connection failure. connectAsync() returns succesfully
upon an EINPROGRESS result; but at this point, the connection state is
still unknown. After selectWrite() is done, we need to test the socket
for errors again.
2018-03-28 19:09:16 -04:00
..
2017-02-20 17:24:19 +02:00
2018-03-05 10:28:17 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00