-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP Setup Set the unused field in Destination Unreachable to a non-zero value. error #954
Comments
Also fails on qemu_x86 for Zephyr3.0.0 |
tcp_setup_destination_unused.zip @rlubos, the case is to set the destination to a unused value, please check attached pcap. |
I don't follow, what "desitnation" is modified in this pcap file? |
@rlubos requested me to look at it as well, and I must admit I'm almost as puzzled as he is. If I understand you correctly you are testing some features of ICMP / TCP. The fail or passed is based on on a TCP connection returning data or not. In the Wireshark trace I do see a echo-reply on which I don't see anything unexpected at first glance. To me it looks like we are missing some pieces of the puzzle. To better understand what is the actual issue, could you elaborate more on the total sequence of events, the observed behavior and the expected behavior? |
@ssharks , this is a iwl max-pro testing report, it belongs to TCP setup testing, which set the unused field in Destintion unreachable to a non-zero value. I think the failure is at |
Describe the bug
Set the unused field in Destination Unreachable to a non-zero value. test is Fail on Zephyr3.0.0 on qemu_x86
References
RFC 792: page 4
RFC 1122: section 3.2.2.1 {Pass ICMP Dest Unreachable to higher layer}
RFC 1122: section 4.2.3.9 {Dest. Unreach (2-4) => abort conn}
RFC 1122: section 4.2.3.9 {Receiving ICMP Messages from IP}
Results
PASS: tcp.v4 got no reply packets, which is an expected result.; FAIL: tcp.v4 got reply packets, which is not an expected result.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: