Searched refs:connections (Results 1 – 8 of 8) sorted by relevance
41 static uv_pipe_t connections[NUM_CLIENTS]; variable49 conn = &connections[connection_cb_called]; in connection_cb()115 conn = &connections[connection_cb_called]; in connection_cb2()
72 int connections; member471 context->connections = 0;516 if (++server_context->connections == NUM_CLIENTS) {
32 * Incoming connections are distributed across the participating97 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 uneven124 connections across all listening sockets in multiple processes or threads.
116 Start listening for incoming connections. `backlog` indicates the number of117 connections the kernel might queue, same as :man:`listen(2)`. When a new124 connections. Call this function after receiving a :c:type:`uv_connection_cb`
141 waiting for connections.
125 like reading, writing, connecting, accepting new connections, etc.
16 connections properly.56 arguments is the backlog queue -- the maximum length of queued connections.
523 * unix: don't accept() connections in a loop (Ben Noordhuis)
Completed in 34 milliseconds