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

make the initial stream receive window configurable #59

Merged
merged 1 commit into from
May 21, 2021

Conversation

marten-seemann
Copy link
Contributor

While the initial window size is defined by the yamux specification (256 kB), we can just send a window update as soon as a stream is opened / accepted. In fact, that's exactly what we do already.

@marten-seemann marten-seemann requested a review from Stebalien May 21, 2021 01:21
stream.go Outdated Show resolved Hide resolved
@marten-seemann marten-seemann force-pushed the configure-initial-stream-recv-window branch from a0f870d to 017b014 Compare May 21, 2021 17:31
While the initial window size is defined by the yamux specification
(256 kB), we can just send a window update as soon as a stream is
opened / accepted. In fact, that's exactly what we do already.
@marten-seemann marten-seemann force-pushed the configure-initial-stream-recv-window branch from 017b014 to 43bcb2f Compare May 21, 2021 17:34
@marten-seemann marten-seemann merged commit 27a16a1 into master May 21, 2021
@marten-seemann marten-seemann deleted the configure-initial-stream-recv-window branch May 21, 2021 17:40
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