libuv/src
Fedor Indutny 19d3d506de stream: ignore EINVAL for SO_OOBINLINE on OS X
Calling `setsockopt()` on shutdown fds/stdio will result in EINVAL.
There is not much problem here as the OOB data can't be sent to already
shutdown fds. Just ignore it and go on.

PR-URL: https://github.com/libuv/libuv/pull/228
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-26 11:18:15 +01:00
..
unix stream: ignore EINVAL for SO_OOBINLINE on OS X 2015-02-26 11:18:15 +01:00
win unix,windows: make uv_thread_create() return errno 2015-02-17 22:25:01 +01:00
fs-poll.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
uv-common.h win,unix: move loop functions which have identical implementations 2015-01-20 12:22:28 +01:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00