]> granicus.if.org Git - esp-idf/commitdiff
lwip: rework comments according to review
authorLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 28 Oct 2016 05:35:06 +0000 (13:35 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 28 Oct 2016 05:35:06 +0000 (13:35 +0800)
components/lwip/Kconfig
components/lwip/include/lwip/port/lwipopts.h

index a957c1fdb5fc6ddb3575ca5740d9eaab69e7ba82..15c94c66ba70e7a17efa55bfeaf9d365e80bf849 100644 (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"
index e72279067ba953a23013cc3ff5867067c76ae791..35c2800ed3f3f6442fd75f22df26a5bbc7d8c2c4 100755 (executable)
@@ -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.