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

Duplicate ACKs due to not resetting delayed ACK timer after sending an ACK #53

Open
duncanmcl opened this issue Nov 27, 2024 · 0 comments

Comments

@duncanmcl
Copy link

In the function QuicSocketBase::SendDataPacket(...), running the command p->AddAtEnd (OnSendingAckFrame ()); should disable delayed ACK timer m_delAckEvent. Otherwise, it also sends the same ACK after delayed ACK timeout occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant