Packet timing problem #168
-
First, I'm really grateful for TA's detailed and kind answers. I think I seem to be helping me do well on my assignment. I make my code has same packet log(order, flags, seq#, ack#, port, ip...) with the solution.
(my answer)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Would you give me your testing log? The log describes why you are failing.
If you pass the all test cases, you will get full credit. However, please try to implement all features of TCP stack as much as possible for your education.
If you pass all test cases in |
Beta Was this translation helpful? Give feedback.
Would you give me your testing log? The log describes why you are failing.
If you pass the all test cases, you will get full credit. However, please try to implement all features of TCP stack as much as possible for your education.
If you pass all test cases in
test-kens-open
,test-kens-bind
,test-kens-handshake
, andtest-kens-close
, you have all done for PA2.