-- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
For an fd/SOCKET obtained externally to libuv, uv_tcp_open() works fine
on the unices, but throws an ENOTCONN on windows when uv_read_start is
called on the opened tcp handle. This error is being generated by a call
to uv__set_artificial_error in uv_read_start(). Seems like
UV_HANDLE_READABLE (and perhaps WRITABLE) flags are not set on the
handle. Should uv_tcp_open do that, or is there another way to set these
flags? This is with libuv v0.10.27. Thanks in advance
- [libuv] uv_tcp_open on windows not working Akhil Arora
- Re: [libuv] uv_tcp_open on windows not working Saúl Ibarra Corretgé
- Re: [libuv] uv_tcp_open on windows not wor... Akhil Arora
- Re: [libuv] uv_tcp_open on windows not... Saúl Ibarra Corretgé
- Re: [libuv] uv_tcp_open on windows... Akhil Arora
- Re: [libuv] uv_tcp_open on wi... Saúl Ibarra Corretgé
- Re: [libuv] uv_tcp_open o... Akhil Arora
- Re: [libuv] uv_tcp_op... Saúl Ibarra Corretgé
