K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-10-13T02:34:41.591687Z K 7 svn:log V 354 casperd: bump default socket queue length to SOMAXCONN; make length configurable. The current default listen queue for casperd is too small (8) and hard-coded. This patch increases the default to SOMAXCONN, and introduces a command line flag that can used to further increase or decrease the queue length. PR: bin/202147 Submitted by: END