Skip to content

Receiver Action about Packet loss #230

Discussion options

You must be logged in to vote

You may be asking why the sender sends next data before retransmitting dropped packet.

At the sender's view, before being acknowledged by duplicated acks, it receives successful acks, freeing receiver window. So, the sender transmits remaining data to the receiver.

And after receiving the duplicated acks, it retransmits packets until getting notified.

BTW, you don't need to follow the exact behavior of the solution as lone as you pass all test cases.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Pusnow
Comment options

@JaesukLim
Comment options

@Pusnow
Comment options

Answer selected by JaesukLim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants