about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorTobias Bucher <tobiasbucher5991@gmail.com>2015-02-23 23:50:32 +0100
committerTobias Bucher <tobiasbucher5991@gmail.com>2015-02-23 23:52:24 +0100
commitd0c589d5ced5006f72d766af2ccecf699ff76176 (patch)
treee0451b5827c034ed764575aa5a2f9126df8af466 /src/libstd/sys/unix/stack_overflow.rs
parentf0f7ca27de6b4e03f30012656dad270cda55a363 (diff)
downloadrust-d0c589d5ced5006f72d766af2ccecf699ff76176.tar.gz
rust-d0c589d5ced5006f72d766af2ccecf699ff76176.zip
Hide unnecessary error checking from the user
This affects the `set_non_blocking` function which cannot fail for Unix or
Windows, given correct parameters. Additionally, the short UDP write error case
has been removed as there is no such thing as "short UDP writes", instead, the
operating system will error out if the application tries to send a packet
larger than the MTU of the network path.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions