xiaoxiang781216 commented on code in PR #17693:
URL: https://github.com/apache/nuttx/pull/17693#discussion_r2649129292
##########
net/pkt/Kconfig:
##########
@@ -9,6 +9,7 @@ config NET_PKT
bool "Socket packet socket support"
default n
select NETDEV_IFINDEX
+ select NET_READAHEAD
Review Comment:
@acassis it's hard to support the realiable recveiving without NET_RADAHEAD.
toher similar socket if(udp/tcp/icmp/icmpv6/can) select NET_READAHEAD too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]