Commits

Andy Green authored a824d18bc58
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>