Home
last modified time | relevance | path

Searched refs:TCP (Results 1 – 17 of 17) sorted by relevance

/libuv/docs/src/
H A Dtcp.rst4 :c:type:`uv_tcp_t` --- TCP handle
7 TCP handles are used to represent both TCP streams and servers.
17 TCP handle type.
68 Open an existing file descriptor or SOCKET as a TCP handle.
82 Enable / disable TCP keep-alive. `delay` is the initial delay in seconds,
97 queued by the operating system when listening for new TCP connections.
99 This setting is used to tune a TCP server for the desired performance.
114 :param handle: TCP handle. It should have been initialized with :c:func:`uv_tcp_init`.
149 Establish an IPv4 or IPv6 TCP connection. Provide an initialized TCP handle
167 Resets a TCP connection by sending a RST packet. This is accomplished by
H A Dhandle.rst202 This function works for TCP, pipe and UDP handles on Unix and for TCP and
219 This function works for TCP, pipe and UDP handles on Unix and for TCP and
229 The following handles are supported: TCP, pipes, TTY, UDP and poll. Passing
H A Dmigration_010_100.rst57 ... assume 'server' is a TCP server which is already listening
68 ... assume 'server' is a TCP server which is already listening
225 order to get access to the file descriptor of a TCP handle, for example.
H A Dindex.rst27 * Asynchronous TCP and UDP sockets
H A Dstream.rst196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
H A Dpoll.rst93 The `UV_PRIORITIZED` event is used to watch for sysfs interrupts or TCP
H A Ddesign.rst33 - A TCP server handle that gets its connection callback called every time there is a new connection.
/libuv/test/
H A Dbenchmark-pump.c106 type == TCP ? "tcp" : "pipe", in show_stats()
112 if (type == TCP) in show_stats()
134 type == TCP ? "tcp" : "pipe", in read_show_stats()
235 if (type == TCP) in connect_cb()
252 if (type == TCP) { in maybe_connect_some()
284 if (type == TCP) { in connection_cb()
379 type = TCP; in HELPER_IMPL()
426 type = TCP; in tcp_pump()
H A Decho-server.c179 case TCP: in on_connection()
258 serverType = TCP; in tcp4_echo_start()
292 serverType = TCP; in tcp6_echo_start()
H A Dtask.h82 TCP = 0, enumerator
/libuv/docs/src/guide/
H A Dnetworking.rst18 TCP section in Networking
21 TCP is a connection oriented, stream protocol and is therefore based on the
29 1. ``uv_tcp_init`` the TCP handle. argument
H A Dprocesses.rst241 Here we simply accept the TCP connection and pass on the socket (*stream*) to
302 messaging is no different from TCP, so we'll re-use the echo server example.
312 directory. This socket now behaves no different from TCP sockets as far as
334 supports sending **TCP sockets or other pipes** over pipes for now.
401 It is in ``on_new_connection`` (the TCP infrastructure is initialized in
H A Dfilesystem.rst171 The basic I/O handle in libuv is the stream (``uv_stream_t``). TCP sockets, UDP
H A Dutilities.rst108 TCP socket is still being established and no other events are present your
/libuv/
H A DREADME.md14 * Asynchronous TCP and UDP sockets
H A DChangeLog77 * unix: support SO_REUSEPORT with load balancing for TCP (Andy Pan)
263 * unix: support full TCP keep-alive on Solaris (Andy Pan)
761 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
803 * win: fix unexpected ECONNRESET error on TCP socket (twosee)
2713 * tcp,openbsd: disable Unix TCP check for IPV6_ONLY (Alex Arslan)
3100 * poll: add support for OOB TCP and GPIO interrupts (CurlyMoo)
4124 * win: set accepted TCP sockets as non-inheritable (Saúl Ibarra Corretgé)
4378 * windows: defer reporting TCP write failure until next tick (Saúl Ibarra
4381 * test: add test for deferred TCP write failure (Saúl Ibarra Corretgé)
4915 * windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra Corretgé)
[all …]
/libuv/include/
H A Duv.h173 XX(TCP, tcp) \

Completed in 46 milliseconds