xiaoxiang781216 commented on code in PR #19597:
URL: https://github.com/apache/nuttx/pull/19597#discussion_r3699603989


##########
net/ipfrag/ipfrag.c:
##########
@@ -575,9 +607,13 @@ bool ip_fragin_enqueue(FAR struct net_driver_s *dev,
     {
       node = (struct ip_fragsnode_s *)entry;
 
-      if (dev == node->dev && curfraglink->ipid <= node->ipid)
+      if (dev == node->dev)

Review Comment:
   why need this check which is already done in ip_fragin_match



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