Hi, Is it guaranteed that uv_xxx_bind() just fails with UV_EADDRNOTAVAIL if the given IP cannot be bound in the host?
To clarify, imagine that my host has IP 1.2.3.4 and TCP port 555 is in use (no SOCK_REUSE stuff). If I do uv_tcp_bind() to 1.2.3.4:555, will it fail with UV_EADDRINUSE and *not* with UV_EADDRNOTAVAIL, right? -- Iñaki Baz Castillo <[email protected]> -- 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 https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
