aboutsummaryrefslogtreecommitdiff
path: root/docs/code/tcp-echo-server
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-10 22:13:48 -0400
committerBen Noordhuis <info@bnoordhuis.nl>2017-05-21 16:12:28 +0200
commit580f0327370381363fe842db0c9424f9346810f5 (patch)
tree4ea2ec27c216e09922b0f863f88e14782c1b3dc7 /docs/code/tcp-echo-server
parent317fc756a5769f5862b9ebed4c5d5d665c7f769f (diff)
downloadlibuv-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