mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
net/socket: delete config CONFIG_NSOCKET_DESCRIPTORS
N/A Change-Id: I7d10ec460c351e4fbcdc19b3a8284dcb77073722 Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -420,7 +420,6 @@ configuration settings that apply:
|
||||
Configuration Description
|
||||
====================================== ================================
|
||||
``CONFIG_NET=y`` Of course, networking must be enabled.
|
||||
``CONFIG_NSOCKET_DESCRIPTORS`` And, of course, you must allocate some socket descriptors.
|
||||
``CONFIG_NET_TCP=y`` TCP/IP support is required for telnet (as well as various other
|
||||
TCP-related configuration settings).
|
||||
``CONFIG_NSH_IOBUFFER_SIZE`` Determines the size of the I/O buffer to use for sending/ receiving
|
||||
@@ -443,7 +442,6 @@ required. These include:
|
||||
Configuration Description
|
||||
============================================== ============================================================
|
||||
``CONFIG_NET=y`` Of course, networking must be enabled.
|
||||
``CONFIG_NSOCKET_DESCRIPTORS`` And, of course, you must allocate some socket descriptors.
|
||||
``CONFIG_NET_UDP=y`` UDP support is required for DHCP (as well as various other
|
||||
UDP-related configuration settings).
|
||||
``CONFIG_NET_BROADCAST=y`` UDP broadcast support is needed.
|
||||
|
||||
Reference in New Issue
Block a user