mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-3
@@ -87,10 +87,10 @@ config NET_TCP_CONNS
|
||||
Maximum number of TCP/IP connections (all tasks)
|
||||
|
||||
config NET_MAX_LISTENPORTS
|
||||
bool "Number of listening ports"
|
||||
default n
|
||||
int "Number of listening ports"
|
||||
default 20
|
||||
---help---
|
||||
Maximum number of listening TCP/IP ports (all tasks)
|
||||
Maximum number of listening TCP/IP ports (all tasks). Default: 20
|
||||
|
||||
config NET_TCP_READAHEAD_BUFSIZE
|
||||
bool "TCP/IP read-ahead buffer size"
|
||||
|
||||
Reference in New Issue
Block a user