diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 5b83352329a..4e8c0beca8c 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1350,10 +1350,13 @@ The system can be re-made subsequently by just typing make. CONFIG_NSOCKET_DESCRIPTORS: Maximum number of socket descriptors per task/thread.
  • - CONFIG_NET_MAX_CONNECTIONS: Maximum number of TCP connections + CONFIG_NET_MAX_CONNECTIONS: Maximum number of TCP connections (all tasks).
  • - CONFIG_NET_MAX_LISTENPORTS: Maximum number of listening TCP ports + CONFIG_NET_MAX_LISTENPORTS: Maximum number of listening TCP ports (all tasks). +
  • +
  • + CONFIG_NET_SOCKOPTS: Enable or disable support for socket options.
  • CONFIG_NET_BUFFER_SIZE: uIP buffer size