Files
rust/library
Dan Gohman 83aebf8f7b Use the correct cvt for converting socket errors on Windows.
`WSADuplicateSocketW` returns 0 on success, which differs from
handle-oriented functions which return 0 on error. Use `sys::net::cvt`
to handle its return value, which handles the socket convention of
returning 0 on success, rather than `sys::cvt`, which handles the
handle-oriented convention of returning 0 on failure.
2022-01-12 11:41:48 -08:00
..
2021-09-08 20:51:05 -04:00
2021-09-08 20:51:05 -04:00
2021-08-22 15:35:11 +02:00
2021-08-24 09:02:44 -07:00