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
625 …if ((sock = sock_open(tempaddrinfo, SOCKOPEN_SERVER, SOCKET_MAXCONN, errbuf, PCAP_ERRBUF_SIZE)) ==… in main_startup()