diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-11-23 11:43:10 +0100 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2021-11-23 12:46:31 +0100 |
commit | 6ddc1da7cac98978f4d251c2c8732cb75e6337c1 (patch) | |
tree | 065c6b81dd59e307896c240d5a71979e9faa72a4 /src/virtual | |
parent | b5d5d29d31b6bc4402a9182aaee7b91365969863 (diff) |
#1065 Fix windows not reattempting refused connections
Windows does not report a refused connection the same way as Linux.
Unsuccesful connect socket will be kept in the exceptfds, and won't
be in the readable nor writable fds. The socket in this state will
have SO_ERROR set to ECONNREFUSED.
On the other hand, Linux does not use exceptfds for such case.
Diffstat (limited to 'src/virtual')
0 files changed, 0 insertions, 0 deletions