Searched refs:BACKLOG (Results 1 – 1 of 1) sorted by relevance
20 #define BACKLOG 10 // how many pending connections queue will hold macro67 if (listen(sockfd, BACKLOG) == -1) { in main()