wenquan2015 commented on code in PR #17689:
URL: https://github.com/apache/nuttx/pull/17689#discussion_r2650913797
##########
net/icmp/icmp_input.c:
##########
@@ -395,6 +428,61 @@ void icmp_input(FAR struct net_driver_s *dev)
}
}
#endif
+ else if (icmp->type == ICMP_TIMESTAMP_REQUEST)
+ {
+ uint16_t len = iphdrlen + sizeof(struct icmp_hdr_s) + 12;
Review Comment:
done
--
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]