Searched refs:UDP (Results 1 – 13 of 13) sorted by relevance
/libuv/docs/src/ |
H A D | udp.rst | 4 :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 D | handle.rst | 202 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 D | index.rst | 27 * Asynchronous TCP and UDP sockets
|
H A D | migration_010_100.rst | 144 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 D | stream.rst | 196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
|
/libuv/docs/src/guide/ |
H A D | networking.rst | 95 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 D | basics.rst | 193 of individual actions. For example, an UDP socket is represented by
|
H A D | filesystem.rst | 171 The basic I/O handle in libuv is the stream (``uv_stream_t``). TCP sockets, UDP
|
/libuv/test/ |
H A D | echo-server.c | 326 serverType = UDP; in udp4_echo_start()
|
H A D | task.h | 83 UDP, enumerator
|
/libuv/ |
H A D | README.md | 14 * Asynchronous TCP and UDP sockets
|
H A D | ChangeLog | 117 * dragonfly: disable SO_REUSEPORT for UDP socket bindings (Andy Pan) 134 * unix: support SO_REUSEPORT with load balancing for UDP (Andy Pan) 820 * ibmi: Implement UDP disconnect (V-for-Vasili) 906 * udp,win: fix UDP compiler warning (Jameson Nash) 1346 * doc: clarify UDP errors and recvmmsg (Ethel Weston) 1750 * test: skip some UDP tests on IBMi (Xu Meng) 2287 * udp: add support for UDP connected sockets (Santiago Gimeno) 2764 * test,openbsd: use RETURN_SKIP in UDP IPv6 tests (Alex Arslan) 4320 * unix: make sure UDP send callbacks are asynchronous (Saúl Ibarra Corretgé) 5069 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé) [all …]
|
/libuv/include/ |
H A D | uv.h | 177 XX(UDP, udp) \
|
Completed in 37 milliseconds