ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Feature request (with patch): Allow configuration of backlog_size parameter to socket listen() call #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/r/ericscouten-mongoose/source/detail?r=2ce09857ea758ac86d
540714c6c42c81eab64328

... replaces the hard-coded backlog size of 20 with a new configuration option 
-b or -listen_backlog_size. Still defaults to 20, but can be set as high as 128 
on Linux and Mac.

Original issue reported on code.google.com by eric.sco...@gmail.com on 19 Oct 2010 at 4:42

GoogleCodeExporter commented 9 years ago
Changed backlog length to 100.
I don't think this command line option would be useful though. I hope the 
default of 100 is reasonable for almost every situation.

Original comment by valenok on 21 Jun 2011 at 9:49