Files
rust/src/libstd
bors af1c39cbd9 Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon
This commit modifies the socket creation functions on windows to always specify
the `WSA_FLAG_OVERLAPPED` and `WSA_FLAG_NO_HANDLE_INHERIT` flags by default. The
overlapped flag enables IOCP APIs on Windows to be used with the socket at no
cost, enabling better interoperation with external libraries. The no handle
inherit flag mirrors the upcoming change to Unix to set CLOEXEC by default for
all handles.

Closes #24206
2015-04-15 06:18:51 +00:00
..
2015-04-14 10:56:57 -07:00
2015-04-14 10:14:19 -07:00
2015-03-31 07:50:25 -07:00
2015-03-15 09:08:21 -07:00
2015-04-10 16:07:46 -07:00
2015-04-14 10:56:57 -07:00
2015-04-14 10:14:19 -07:00
2015-04-14 13:50:03 -07:00
2015-02-11 14:49:07 -08:00
2015-01-23 21:48:20 -08:00