Skip to content
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

tcpcl: do not send last ack before the bundle is actually handled #122

Open
huettner94 opened this issue Aug 31, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@huettner94
Copy link
Owner

currently the tcpcl layer always sends a xferAck once a given xferSegment has been recieived.
We should defer sending the last xferAck of a bundle until the bundle has actually been persistent.
This allows our peer to be certain that we have fully received and processed the bundle

@huettner94 huettner94 added the enhancement New feature or request label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant