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

Stream opening should be lazy #30

Open
Stebalien opened this issue Sep 14, 2018 · 2 comments
Open

Stream opening should be lazy #30

Stebalien opened this issue Sep 14, 2018 · 2 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/community-input Needs input from the wider community

Comments

@Stebalien
Copy link
Member

Currently, we end up sending a bunch of tiny open packets.

@raulk raulk added the kind/enhancement A net-new feature or improvement to an existing feature label Sep 19, 2018
@raulk
Copy link
Member

raulk commented Sep 19, 2018

@Stebalien wondering if we have an analysis of the packets we are sending, and their contents?
Also, do you think there are two issues here, i.e. opening streams lazily and reducing opening traffic?

@raulk raulk added the need/community-input Needs input from the wider community label Sep 19, 2018
@Stebalien
Copy link
Member Author

Right. Much of that will be improved with #29. However, we'll still end up sending a separate opening packet followed by the message.

So, I guess at this point, bunch = 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/community-input Needs input from the wider community
Projects
None yet
Development

No branches or pull requests

2 participants