Searched refs:SOCKET_MAXCONN (Results 1 – 2 of 2) sorted by relevance
37 #define SOCKET_MAXCONN 10 /* Maximum number of connections queued into the accept() */ macro
632 …if ((sock = sock_open(NULL, tempaddrinfo, SOCKOPEN_SERVER, SOCKET_MAXCONN, errbuf, PCAP_ERRBUF_SIZ… in main_startup()