Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-pipe-connect-multiple.c41 static uv_pipe_t connections[NUM_CLIENTS]; variable
49 conn = &connections[connection_cb_called]; in connection_cb()
115 conn = &connections[connection_cb_called]; in connection_cb2()
H A Dtest-poll.c72 int connections; member
471 context->connections = 0;
516 if (++server_context->connections == NUM_CLIENTS) {
/libuv/docs/src/
H A Dtcp.rst32 * Incoming connections are distributed across the participating
97 queued by the operating system when listening for new TCP connections.
101 connections (which is why it is enabled by default) but may lead to uneven
124 connections across all listening sockets in multiple processes or threads.
H A Dstream.rst116 Start listening for incoming connections. `backlog` indicates the number of
117 connections the kernel might queue, same as :man:`listen(2)`. When a new
124 connections. Call this function after receiving a :c:type:`uv_connection_cb`
H A Dpipe.rst141 waiting for connections.
H A Dhandle.rst125 like reading, writing, connecting, accepting new connections, etc.
/libuv/docs/src/guide/
H A Dnetworking.rst16 connections properly.
56 arguments is the backlog queue -- the maximum length of queued connections.
/libuv/
H A DChangeLog474 * unix: don't accept() connections in a loop (Ben Noordhuis)

Completed in 18 milliseconds