Meissi-jian opened a new pull request, #12391: URL: https://github.com/apache/nuttx/pull/12391
## Summary tcp retransmit max timers need to close ## Impact TCP stack ## Testing Tested on sim and iperf3 1. opern sim hostroute.sh 2. set filter on Ubuntu "sudo iptables -I FORWARD 1 -p tcp --dport 5201 --tcp-flags PSH PSH -j DROP" 3. running iperf3 cmd "iperf3 -c 120.26.1.167 -i 1 -t 20 -b 10m -u" and wireshark tcp packets dump 4. then you will see PSH packets retransmit and tcp will not close after 8 times retransmit Test verification results by this patch you will see TCP reset by nuttx -- 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]
