anchao commented on code in PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#discussion_r1035268585


##########
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_GRUARDSIZE
+       int "Data Link Layer(L2) Guard size of Network buffer(IOB)"
+       default 14 if NET_ETHERNET
+       default 16

Review Comment:
   alignment for 4-byte 



-- 
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

Reply via email to