diff options
author | Brad King <brad.king@kitware.com> | 2017-04-10 22:13:48 -0400 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2017-05-21 16:12:28 +0200 |
commit | 580f0327370381363fe842db0c9424f9346810f5 (patch) | |
tree | 4ea2ec27c216e09922b0f863f88e14782c1b3dc7 /docs/code/tcp-echo-server | |
parent | 317fc756a5769f5862b9ebed4c5d5d665c7f769f (diff) | |
download | libuv-580f0327370381363fe842db0c9424f9346810f5.tar.gz libuv-580f0327370381363fe842db0c9424f9346810f5.zip |
cygwin: disable non-functional ipc handle send
On Cygwin `recvmsg` always sets `msg_controllen` to zero on a
message received from a named pipe. Therefore we cannot use
`sendmsg` to send handles for ipc. Return failure early from
this code path as `ENOSYS`.
Skip tests requiring this feature since it is not available.
PR-URL: https://github.com/libuv/libuv/pull/1312
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/code/tcp-echo-server')
0 files changed, 0 insertions, 0 deletions