Lines Matching refs:in
4 Networking in libuv is not much different from directly using the BSD socket
14 The code samples in this chapter exist to show certain libuv APIs. They are
60 In this case we also establish interest in reading from this stream.
70 be found in the code. Just remember to call ``uv_close`` when the socket isn't
71 required. This can be done even in the ``uv_listen`` callback if you are not
72 interested in accepting the connection.
180 The concepts of multicasting are nicely explained in `this guide`_.
205 If ``uv_getaddrinfo`` returns non-zero, something went wrong in the setup and
208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The
209 callback can be ``NULL`` in which case the function will run synchronously.
213 call ``uv_freeaddrinfo`` in the callback.
254 .. [#] libuv use the system ``getaddrinfo`` in the libuv threadpool. libuv
256 removed in v0.9.0.