rust/src/libstd/net
Steven Fackler cab99a3f8c Fix TcpStream::connect_timeout on linux
Linux appears to set POLLOUT when a conection's refused, which is pretty
weird. Invert the check to look for an error explicitly. Also add an
explict test for this case.

Closes #45265.
2017-10-14 13:56:30 -07:00
..
addr.rs Fix typo in doc ToSocketAddrs example. 2017-08-30 22:03:03 -04:00
ip.rs Add unstable attributes for Ipv?Addr constructors. 2017-09-14 21:30:36 -04:00
mod.rs Addressed requested changes for PR #40838 2017-03-27 16:38:17 +02:00
parser.rs Added links to std::net::AddrParseError's documentation 2017-03-26 14:35:12 +02:00
tcp.rs Fix TcpStream::connect_timeout on linux 2017-10-14 13:56:30 -07:00
test.rs travis: Get an emscripten builder online 2017-01-19 13:54:19 -08:00
udp.rs Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcv 2017-09-14 22:32:36 -04:00