wrong solution behavior in unrelialbe handshake #205
Answered
by
Pusnow
junhyeok-yoon
asked this question in
[Project Q&A] 2. Transport Layer (TCP)
-
Beta Was this translation helpful? Give feedback.
Answered by
Pusnow
Apr 27, 2024
Replies: 2 comments 6 replies
-
It looks very strange behavior. Would you send your source code to TAs? [email protected] Until I investigate this issue, you can ignore packets after packet No. 60. It seems all connections are closed well, and you passed all test cases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It turns out your TCP implementation keeps retransmitting the packets in line 1623. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've fixed and uploaded new solution files. Please rebuild and test your project from scratch (remove
build/
).If you encounter a new problem due to the changes, you can revert to old files by changing version to 3.3.3 at below.
KENSv3/CMakeLists.txt
Line 3 in 5bf97d4