Bugzilla – Bug 357
Socket::Listen takes a queueLimit argument but it can't be used
Last modified: 2008-10-23 14:14:50 UTC
the reason this argument can't be used is that the socket API uses accept callbacks so, it is the application which is responsible for buffering incoming connection requests, not the Socket implementation. I would like to remove the queueLimit argument of the listen call.
Created attachment 269 [details] proposed patch