summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 80eda5721..b1c35dc60 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -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"