-
Notifications
You must be signed in to change notification settings - Fork 43
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
Protocol gets out of sequence if the client misses packets. #30
Comments
The My quick fix was to edit
In
To understand this a bit better, However if we receive the same ACK twice, we want to rewind the file back to the saved I don't know how you are supposed to recover from a bad ACK when a @mpetazzoni Could you please consider whether this is a better solution than the current behavior? |
I think Im in love with you. Thanks! :) |
I'm fixing up ethernet on a little embedded thing and I noticed this:
The server sends block 10. The client doesn't see it so it sends an ack for block 9 again expecting get block 10 resent
but gets 11 instead.
Packet dumps:
Server output:
The text was updated successfully, but these errors were encountered: