rust/src/libstd/net
Felix S. Klock II 3db6d1cc16 For issue 53957: revise unit tests to focus on underlying bug of 23076.
Namely, this version focuses on the end-to-end behavior that the attempt to
create the UDP binding will fail, regardless of the semantics of how particular
DNS servers handle junk inputs.

(I spent some time trying to create a second more-focused test that would
sidestep the DNS resolution, but this is not possible without more invasive
changes to the internal infrastructure of `ToSocketAddrs` and what not. It is
not worth it.)
2020-03-20 13:56:25 -04:00
..
addr.rs For issue 53957: revise unit tests to focus on underlying bug of 23076. 2020-03-20 13:56:25 -04:00
ip.rs fix various typos 2020-03-06 15:19:31 +01:00
mod.rs Format the world 2019-12-22 17:42:47 -05:00
parser.rs simplify boolean expressions 2020-02-29 11:36:18 +01:00
tcp.rs Removed module usage. 2020-01-06 17:38:41 +01:00
test.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
udp.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00