Files
rust/src/libstd/sys/common
Alex Crichton f3be73c84b std: Cap read/write limits on Windows networking
Similar to #31825 where the read/write limits were capped for files, this
implements similar limits when reading/writing networking types. On Unix this
shouldn't affect anything because the write size is already a `usize`, but on
Windows this will cap the read/write amounts to `i32::max_value`.

cc #31841
2016-02-24 09:17:07 -08:00
..
2015-08-11 15:11:13 -07:00
2015-08-10 16:35:44 -07:00