pkarashchenko commented on code in PR #13010:
URL: https://github.com/apache/nuttx/pull/13010#discussion_r1723408185


##########
net/pkt/pkt_sendmsg.c:
##########
@@ -113,7 +113,7 @@ static uint16_t psock_send_eventhandler(FAR struct 
net_driver_s *dev,
               goto end_wait;
             }
 
-          dev->d_len       = dev->d_sndlen -= NET_LL_HDRLEN(dev);
+          dev->d_len       = dev->d_sndlen;

Review Comment:
   I had question to exactly this line in 
https://github.com/apache/nuttx/pull/12688/files#r1683507533



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