Home
last modified time | relevance | path

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

/platform_testing/tools/automotive/proxy/
Dproxy.cpp32 #define CLIENT_QUEUE_SIZE 128 macro
49 if (listen(vsock_socket, CLIENT_QUEUE_SIZE) != 0) { in setupServerSocket()