summaryrefslogtreecommitdiff
path: root/nuttx/net/udp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/udp/Kconfig')
-rw-r--r--nuttx/net/udp/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/net/udp/Kconfig b/nuttx/net/udp/Kconfig
index 68a80bced..b387b402d 100644
--- a/nuttx/net/udp/Kconfig
+++ b/nuttx/net/udp/Kconfig
@@ -50,5 +50,10 @@ config NET_RXAVAIL
NOTE: If this option is enabled, the driver must support the
rxavail() method in the net_driver_s structure.
+config NET_UDP_READAHEAD
+ bool "Enable UDP/IP read-ahead buffering"
+ default y
+ select NET_IOB
+
endif # NET_UDP
endmenu # UDP Networking