lwip: Change max number of open sockets

This commit is contained in:
Liu Han 2017-02-27 14:47:48 +08:00
parent 290c40a4ab
commit 03ea45046d

View file

@ -18,7 +18,7 @@ config L2_TO_L3_COPY
config LWIP_MAX_SOCKETS
int "Max number of open sockets"
range 1 16
range 1 32
default 10
help
Sockets take up a certain amount of memory, and allowing fewer