anchao commented on code in PR #7616: URL: https://github.com/apache/nuttx/pull/7616#discussion_r1038341027
########## net/Kconfig: ########## @@ -117,6 +117,15 @@ config NET_GUARDSIZE packet size will be chopped down to the size indicated in the TCP header. +config NET_LL_GUARDSIZE + int "Data Link Layer(L2) Guard size of Network buffer(IOB)" + default 14 if NET_ETHERNET Review Comment: NET_LL_GUARDSIZE cannot be smaller than the current maximum l2 header length -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org