allow LWS_SOMAXCONN to be defined at configuretime 01/2901/1
authorAndy Green <andy.green@linaro.org>
Tue, 15 Jan 2013 12:52:29 +0000 (20:52 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:25 +0000 (13:01 -0800)
commit982711b197331d3e9f8d8acad61033b7748ec954
treefe5c760cd2da4e54bab8818554ae104f707e2036
parentd337425a8e1a164651c84b5500a23433f6a3cb25
allow LWS_SOMAXCONN to be defined at configuretime

Default remains at SOMAXCONN, you can force it at configure time
along these lines

./configure CFLAGS="-DLWS_SOMAXCONN=16384"

Signed-off-by: Andy Green <andy.green@linaro.org>
README-test-server
lib/libwebsockets.c
lib/private-libwebsockets.h