diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index a03d9810fc8..b5473549ae0 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -5037,7 +5037,12 @@ build
CONFIG_NET_TCP_READAHEAD_BUFSIZE: Size of TCP read-ahead buffers
CONFIG_NET_NTCP_READAHEAD_BUFFERS: Number of TCP read-ahead buffers (may be zero)
+ CONFIG_NET_NTCP_READAHEAD_BUFFERS: Number of TCP read-ahead buffers (may be zero to disable TCP/IP read-ahead buffering)
+ CONFIG_NET_TCP_RECVDELAY: Delay (in deciseconds) after a TCP/IP packet is received.
+ This delay may allow catching of additional packets when TCP/IP read-ahead is disabled.
+ Default: 0
CONFIG_NET_MAX_LISTENPORTS: Maximum number of listening TCP ports (all tasks).