]> git.lizzy.rs Git - rust.git/commit
auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson
authorbors <bors@rust-lang.org>
Wed, 7 May 2014 05:01:43 +0000 (22:01 -0700)
committerbors <bors@rust-lang.org>
Wed, 7 May 2014 05:01:43 +0000 (22:01 -0700)
commit2dcbad5bc40b3ef7d1150db12fba1d653b1c3b16
treecd27bb3c9cf0f6d120c225c213c4cec68698b740
parent24f6f26e633e50b5b59f9d0f6cca0b1e49e215d9
parent022a01d40c7fd9693f1b10607912605a6fc898b8
auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson

The underlying I/O objects implement a good deal of various options here and
there for tuning network sockets and how they perform. Most of this is a relic
of "whatever libuv provides", but these options are genuinely useful.

It is unclear at this time whether these options should be well supported or
not, or whether they have correct names or not. For now, I believe it's better
to expose the functionality than to not, but all new methods are added with
an #[experimental] annotation.
src/libstd/io/net/udp.rs