Home
last modified time | relevance | path

Searched refs:UDP (Results 1 – 13 of 13) sorted by relevance

/libuv/docs/src/
H A Dudp.rst4 :c:type:`uv_udp_t` --- UDP handle
7 UDP handles encapsulate UDP communication for both clients and servers.
15 UDP handle type.
19 UDP send request type.
94 * `handle`: UDP handle
149 UDP handle where this send request is taking place.
194 Bind the UDP handle to an IP address and port.
196 :param handle: UDP handle. Should have been initialized with
242 Get the remote IP and port of the UDP handle on connected UDP handles.
261 Get the local IP and port of the UDP handle.
[all …]
H A Dhandle.rst202 This function works for TCP, pipe and UDP handles on Unix and for TCP and
203 UDP handles on Windows.
219 This function works for TCP, pipe and UDP handles on Unix and for TCP and
220 UDP handles on Windows.
229 The following handles are supported: TCP, pipes, TTY, UDP and poll. Passing
H A Dindex.rst27 * Asynchronous TCP and UDP sockets
H A Dmigration_010_100.rst144 Streams / UDP data receive callback API change
147 The streams and UDP data receive callbacks now get a pointer to a :c:type:`uv_buf_t` buffer,
H A Dstream.rst196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
/libuv/docs/src/guide/
H A Dnetworking.rst95 UDP section in Networking
100 non-blocking UDP support via the `uv_udp_t` handle (for receiving) and
103 at how UDP can be used, the example shows the first stage of obtaining an IP
111 .. rubric:: udp-dhcp/main.c - Setup and send UDP packets
137 Since UDP sockets are not connected to a particular peer, the read callback
145 the OS will discard the data that could not fit* (That's UDP for you!).
154 UDP Options argument
H A Dbasics.rst193 of individual actions. For example, an UDP socket is represented by
H A Dfilesystem.rst171 The basic I/O handle in libuv is the stream (``uv_stream_t``). TCP sockets, UDP
/libuv/test/
H A Decho-server.c326 serverType = UDP; in udp4_echo_start()
H A Dtask.h79 UDP, enumerator
/libuv/
H A DREADME.md14 * Asynchronous TCP and UDP sockets
H A DChangeLog569 * ibmi: Implement UDP disconnect (V-for-Vasili)
655 * udp,win: fix UDP compiler warning (Jameson Nash)
1095 * doc: clarify UDP errors and recvmmsg (Ethel Weston)
1499 * test: skip some UDP tests on IBMi (Xu Meng)
2036 * udp: add support for UDP connected sockets (Santiago Gimeno)
2513 * test,openbsd: use RETURN_SKIP in UDP IPv6 tests (Alex Arslan)
4069 * unix: make sure UDP send callbacks are asynchronous (Saúl Ibarra Corretgé)
4741 * unix: use struct sockaddr_storage for target UDP addr (Saúl Ibarra Corretgé)
4818 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé)
6070 * unix: don't clear flags after closing UDP handle (Saúl Ibarra Corretgé)
/libuv/include/
H A Duv.h176 XX(UDP, udp) \

Completed in 41 milliseconds