2014-07-21 11:01 GMT+02:00 Iñaki Baz Castillo <[email protected]>: > 2014-07-21 10:57 GMT+02:00 Iñaki Baz Castillo <[email protected]>: >> Note that I don't even call uv_run(). Is it guaranteed that >> uv_udp_bind() would return error in case of giving it an address in >> which the host cannot bind? > > Also, since I don't even call to uv_run(), do I need to call uv_loop_close() ?
Well, it returns UV_EBUSY, so I understand I don't need to do nothing to free any loop resources, right? Thanks a lot. -- 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 http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
