jerpelea opened a new pull request, #19690:
URL: https://github.com/apache/nuttx/pull/19690

   ## Summary
   
   RNDIS reports Ethernet packet sizing to the host through NDIS OIDs. 
OID_GEN_MAXIMUM_FRAME_SIZE is the MTU-style value and excludes the link-layer 
header, while CONFIG_NET_ETH_PKTSIZE includes the Ethernet header.
   
   Report the frame size as CONFIG_NET_ETH_PKTSIZE - ETH_HDRLEN, and report 
OID_GEN_MAXIMUM_TOTAL_SIZE as CONFIG_NET_ETH_PKTSIZE instead of a hardcoded 
2048.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


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

Reply via email to