Home
last modified time | relevance | path

Searched refs:max_connections (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c566 const int max_connections = LWIP_MIN(TEST_MAX_CONNECTIONS, MEMP_NUM_TCP_PCB/3); in sockets_stresstest_start_clients() local
569 for (i = 0; i < max_connections; i++) { in sockets_stresstest_start_clients()
575 return max_connections; in sockets_stresstest_start_clients()

Completed in 2 milliseconds