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

Better acks, better chunk inserts & larger buffers #33

Closed
wants to merge 39 commits into from

Conversation

pietdevaere
Copy link
Contributor

Prevents ACK generation processing from exploding to solve #29 , and increases UDP buffers in size to solve #32.

This PR is build on top of #30

}
}

if ok && pk.acked2 {
delete(p.packets, pn)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm deleting this because I see no more use for use for storing this data. @ekr, can you confirm that this is the case, or is there something I am forgetting?

@ekr
Copy link
Owner

ekr commented Oct 28, 2017

I wanted to acknowledge receipt of this. I have to do Internet Drafts between now and Monday, so I won't be able to look till next week, but I will do so then.

@pietdevaere pietdevaere changed the title Better acks & larger buffers Better acks, better chunk inserts & larger buffers Oct 30, 2017
@pietdevaere
Copy link
Contributor Author

I have tacked on an improvement to insertSortedChunk().
I think with this PR all boundlessly growing delays are now solved.
I can now successfully send heartbeats to an echo server at 1kHz over a 10Mbit, 40ms path (on mininet) with both server & client consuming about 60% cpu.

@pietdevaere pietdevaere force-pushed the buffer_ack_optimization_PR branch from 3454452 to f9bb6f2 Compare November 2, 2017 09:14
When selecting the number of frames and acks to be transmitted,
the header size and AEAD overhead were not considered when determining
the space left in the packet.
Problem was that it was decied to generate an ack frame
BEFORE it was known that there was space to put acks in the
packet. This resulted in an empty rs slice, causing errors
should now be able to handle ack rangesx
@pietdevaere
Copy link
Contributor Author

Now included in #37

@pietdevaere pietdevaere deleted the buffer_ack_optimization_PR branch December 1, 2017 10:50
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

Successfully merging this pull request may close these issues.

2 participants