complete connection queue
-
TCP backlog with handshakeWeb/Network 2019. 9. 28. 16:56
1. Overview In simple words, the backlog parameter specifies the number of pending connections the queue will hold(also called pending count in incomplete connection queue). When multiple clients connect to the server, the server then holds the incoming requests in a queue. The clients are arranged in the queue, and the server processes their requests one by one as and when queue-member proceeds..