Add a test for the listen queue using two test programs,listen, and connect. The listen program is a simple server thataccepts and closes sockets, until a fixed limit, then sets the listenqueue t
Add a test for the listen queue using two test programs,listen, and connect. The listen program is a simple server thataccepts and closes sockets, until a fixed limit, then sets the listenqueue to 0 and counts how many remaining connections it processes.The connect program repeatedly opens connections and closes themserving as the driver for the listen program.Sponsored by: Limelight Networks
show more ...