Home
last modified time | relevance | path

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

1234567

/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/
DassociateExample.md5UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the o…
7 This can be used for things such as DNS queries, and other UDP communicates.
11 1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port)
12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame …
14 At this point the proxy is accepting UDP frames on the specified port.
16 …rigin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the…
23UDP packets relayed through the proxy servers are encompassed in a special Socks UDP frame format.…
29 // Create a local UDP socket for sending/receiving packets to/from the proxy.
33 // Listen for incoming UDP packets from the proxy server.
38 remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet
[all …]
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/
DassociateExample.md5UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the o…
7 This can be used for things such as DNS queries, and other UDP communicates.
11 1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port)
12 2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame …
14 At this point the proxy is accepting UDP frames on the specified port.
16 …rigin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the…
23UDP packets relayed through the proxy servers are packaged in a special Socks UDP frame format. So…
29 // Create a local UDP socket for sending/receiving packets to/from the proxy.
33 // Listen for incoming UDP packets from the proxy server.
38 remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet
[all …]
/third_party/libuv/docs/src/
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.
58 * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
80 * `handle`: UDP handle
99 flag set. If a UDP socket error occurs, `nread` will be < 0. In either scenario,
106 nothing to read, and with `nread` == 0 and `addr` != NULL when an empty UDP packet is
135 UDP handle where this send request is taking place.
145 Initialize a new UDP handle. The actual socket is created lazily.
[all …]
/third_party/boost/libs/asio/doc/overview/
Dbsd_sockets.qbk21 TCP one would use `ip::tcp::socket`, and for UDP one uses `ip::udp::socket`.
35 For UDP: [link boost_asio.reference.ip__udp.socket ip::udp::socket]
54 For UDP: [link boost_asio.reference.ip__udp.endpoint ip::udp::endpoint]
69 For UDP: [link boost_asio.reference.basic_socket.bind ip::udp::socket::bind()]
78 For UDP: [link boost_asio.reference.basic_socket.close ip::udp::socket::close()]
86 For UDP: [link boost_asio.reference.basic_socket.connect ip::udp::socket::connect()]
100 For UDP: [link boost_asio.reference.ip__basic_resolver.resolve ip::udp::resolver::resolve()],
114 …For UDP: [link boost_asio.reference.basic_socket.remote_endpoint ip::udp::socket::remote_endpoint(…
123 … For UDP: [link boost_asio.reference.basic_socket.local_endpoint ip::udp::socket::local_endpoint()]
132 For UDP: [link boost_asio.reference.basic_socket.get_option ip::udp::socket::get_option()]
[all …]
Dprotocols.qbk8 [section:protocols TCP, UDP and ICMP]
10 Boost.Asio provides off-the-shelf support for the internet protocols TCP, UDP and
90 [heading UDP]
92 UDP hostname resolution is also performed using a resolver:
99 A UDP socket is typically bound to a local endpoint. The following code will
100 create an IP version 4 UDP socket and bind it to the "any" address on port
106 Data may be read from or written to an unconnected UDP socket using the [link
111 functions. For a connected UDP socket, use the [link
119 As with TCP and UDP, ICMP hostname resolution is performed using a resolver:
/third_party/node/test/parallel/
Dtest-dgram-create-socket-handle.js7 const UDP = internalBinding('udp_wrap').UDP; constant
13 assert(handle instanceof UDP);
22 assert(handle instanceof UDP);
Dtest-env-newprotomethod-remove-unnecessary-prototypes.js11 internalBinding('udp_wrap').UDP.prototype.bind6,
13 internalBinding('udp_wrap').UDP.prototype.send6,
15 internalBinding('udp_wrap').UDP.prototype.close,
Dtest-accessor-properties.js15 const UDP = internalBinding('udp_wrap').UDP; constant
20 UDP.prototype.fd; // eslint-disable-line no-unused-expressions class
Dtest-dgram-create-socket-handle-fd.js10 const { UDP } = internalBinding('udp_wrap');
23 const rawHandle = new UDP();
29 assert(handle instanceof UDP);
Dtest-cluster-dgram-bind-fd.js22 const { UDP } = internalBinding('udp_wrap');
25 const rawHandle = new UDP();
Dtest-dgram-bind-fd.js10 const { UDP } = internalBinding('udp_wrap');
22 const handle = new UDP();
/third_party/ltp/testcases/network/stress/multicast/packet-flood/
D00_Descriptions.txt3 group a single socket, then receiving a large number of UDP packets
9 of UDP packets at the each socket
13 group a single socket, then receiving a large number of UDP packets
19 of UDP packets at the each socket
/third_party/ltp/testcases/network/stress/ns-tools/
D00_Descriptions.txt56 UDP traffic server.
57 Receive UDP datagram from a client, then send it to the client
60 UDP traffic client
61 Send UDP datagram to a server, then receive datagram from it
92 Multicast UDP datagram receiver
95 UDP datagram sender (not only unicast but also multicast)
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME5 the UDP sources and RTP session handlers.
40 to allocate two local UDP ports for receiving the RTP and RTCP data because we
49 We then create another UDP source element with the next (uneven) port number to
72 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
75 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001
86 In the above example UDP was chosen as a transport. At this point the RTSPSrc element
129 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
141 At this point, we remove the UDP source elements as we don't need them anymore. We
181 data to clients, typically using RTP over UDP. It is also possible to stream
184 does not take advantage of the RTP/UDP features.
[all …]
/third_party/node/deps/npm/node_modules/socks/
DREADME.md12 * Built in UDP frame creation & parse functions.
310 ## Associate Example (UDP Relay)
312 …ver, it sets up a UDP relay that allows the client to send UDP packets to a remote host through th…
324UDP packets to the proxy server to be forwarded. This should be your local ip, or optionally the w…
331 // Create a local UDP socket for sending packets to the proxy.
335 // Listen for incoming UDP packets from the proxy server.
340 …remoteHost: { host: '165.227.108.231', port: 4444 }, // The remote host that replied with a UDP pa…
348 // When the UDP relay is established, this event is fired and includes the UDP relay port to send d…
370 **Note:** The associate TCP connection to the proxy must remain open for the UDP relay to work.
405 | Socks Version | TCP | UDP | IPv4 | IPv6 | Hostname |
[all …]
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
DREADME.md3 This example demonstrates echoing packets on a UDP socket in lws.
5 A "foreign" UDP socket is created, bound (so it can "listen"), and
9 Writing is a bit different for UDP. By default, the system has no
14 With UDP, there is no "connection". You need to write with sendto() and
/third_party/node/lib/internal/
Ddgram.js9 const { UDP } = internalBinding('udp_wrap');
39 const handle = new UDP();
46 const handle = new UDP();
/third_party/libwebsockets/READMEs/
DREADME.udp.md1 ## Using UDP in lws
3 UDP is supported in lws... the quickest way is to use the api
10 ## Implementing UDP retries
14 the policy to the udp wsi, but since one UDP socket may have many
/third_party/gstreamer/gstplugins_good/gst/udp/
DREADME1 * What is UDP src/sink?
3 It is a set of element to transfer data using UDP, nothing more, nothing less.
/third_party/boost/libs/asio/example/cpp03/tutorial/
Dindex_dox.txt29 both TCP and UDP.
37 The next three tutorial programs implement the daytime protocol using UDP.
44 and UDP servers to be easily combined into a single program.
Ddaytime_dox.txt256 \page tutdaytime4 Daytime.4 - A synchronous UDP daytime client
259 with UDP.
280 Since UDP is datagram-oriented, we will not be using a stream socket. Create an
309 \page tutdaytime5 Daytime.5 - A synchronous UDP daytime server
312 with UDP.
318 Create an boost::asio::ip::udp::socket object to receive requests on UDP port 13.
355 \page tutdaytime6 Daytime.6 - An asynchronous UDP daytime server
376 The constructor initialises a socket to listen on UDP port 13.
446 \page tutdaytime7 Daytime.7 - A combined TCP/UDP asynchronous server
461 We also need a server object to accept a UDP client request.
/third_party/iptables/extensions/
Dlibxt_socket.man1 This matches if an open TCP/UDP socket can be found by doing a socket lookup on the
4 the \fBpacket\fP tuple of TCP/UDP packets, or the original TCP/UDP header
/third_party/libuv/docs/src/guide/
Dnetworking.rst95 UDP chapter
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
/third_party/node/test/internet/
Dtest-dgram-multicast-set-interface-lo.js40 const UDP = { IPv4: 'udp4', IPv6: 'udp6' }; variable
203 type: UDP[FAM],
258 type: UDP[FAM],
/third_party/boost/libs/asio/doc/
Dtutorial.qbk33 …around the [@http://www.ietf.org/rfc/rfc867.txt daytime] protocol, which supports both TCP and UDP.
47 The next three tutorial programs implement the daytime protocol using UDP.
49 * [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP daytime client]
52 * [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP daytime server]
55 * [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP daytime server]
59 The last tutorial program in this section demonstrates how asio allows the TCP and UDP servers to b…
61 * [link boost_asio.tutorial.tutdaytime7 Daytime.7 - A combined TCP/UDP asynchronous server]
1365 Next: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP daytime client]
1498 [section:tutdaytime4 Daytime.4 - A synchronous UDP daytime client]
1500 This tutorial program shows how to use asio to implement a client application with UDP.
[all …]

1234567