lwip: rework comments according to review

This commit is contained in:
Liu Zhi Fu 2016-10-28 13:35:06 +08:00
parent 38ff616e4a
commit 9e7bc900c5
2 changed files with 3 additions and 6 deletions

View file

@ -1,13 +1,14 @@
menu "LWIP"
config LWIP_MAX_SOCKETS
int "Max number of open sockets, the valid value is from 1 to 16"
int "Max number of open sockets"
range 1 16
default 4
help
Sockets take up a certain amount of memory, and allowing fewer
sockets to be open at the same time conserves memory. Specify
the maximum amount of sockets here.
the maximum amount of sockets here. The valid value is from 1
to 16.
config LWIP_THREAD_LOCAL_STORAGE_INDEX
int "Index for thread-local-storage pointer for lwip"

View file

@ -95,10 +95,6 @@ extern unsigned long os_random(void);
---------- Internal Memory Pool Sizes ----------
------------------------------------------------
*/
/**
* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections.
* (requires the LWIP_TCP option)
*/
/**
* MEMP_NUM_NETCONN: the number of struct netconns.