acassis commented on code in PR #15287:
URL: https://github.com/apache/nuttx/pull/15287#discussion_r1892252002
##########
net/tcp/tcp_recvfrom.c:
##########
@@ -408,12 +409,37 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
tcp_sender(dev, pstate);
+ if ((flags & TCP_ACKDATA) != 0)
Review Comment:
@wangchen61698 suggestion: please include a comment before this block you
added here to explain the idea of doing this way
--
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]