Lines Matching refs:a
9 :c:type:`uv_tcp_t` is a 'subclass' of :c:type:`uv_stream_t`.
68 Open an existing file descriptor or SOCKET as a TCP handle.
74 it's required that it represents a valid stream socket.
87 at the end of this procedure, then the handle is destroyed with a
99 This setting is used to tune a TCP server for the desired performance.
110 ``UV_TCP_REUSEPORT`` in `flags` for all the binding sockets. That is, a successful
138 a valid and big enough chunk of memory, ``struct sockaddr_storage`` is
144 a valid and big enough chunk of memory, ``struct sockaddr_storage`` is
157 The callback is made when the connection has been established or when a
167 Resets a TCP connection by sending a RST packet. This is accomplished by
168 setting the `SO_LINGER` socket option with a linger interval of zero and
177 Create a pair of connected sockets with the specified properties.
188 Equivalent to :man:`socketpair(2)` with a domain of AF_UNIX.