rust/src/libstd/net
bors a38e7585fc Auto merge of #26457 - meqif:master, r=alexcrichton
The documentation of `std::net::Shutdown` mentions says it can be passed to the `shutdown` method of `UdpSocket`, which isn't true because `UdpSocket` has no such method. This commit removes that mention.
2015-06-21 08:20:36 +00:00
..
addr.rs Improve libstd/net/addr.rs documentation. 2015-04-29 16:24:44 -05:00
ip.rs Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik 2015-05-05 09:24:36 +05:30
mod.rs Auto merge of #26457 - meqif:master, r=alexcrichton 2015-06-21 08:20:36 +00:00
parser.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
tcp.rs disabling socking timing tests because openbsd/bitrig get/set are not congruent due to rounding errors 2015-06-10 11:23:47 -07:00
test.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
udp.rs disabling socking timing tests because openbsd/bitrig get/set are not congruent due to rounding errors 2015-06-10 11:23:47 -07:00