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

Change defaultMaxData #4

Merged

Conversation

FinleyMcIlwaine
Copy link
Contributor

See discussion in defaultMaxData Haddock comment.

As the comment warns, if this value is less than what we have set it to here, then we need enough concurrent workers on the server to process the max number of concurrent streams. Currently in http2, the default number of workers is 8. An alternative to this PR is to change http2 so that it spawns maxConcurrentStreams number of workers by default. Let me know what you think!

See discussion in `defaultMaxData` Haddock comment.
@kazu-yamamoto kazu-yamamoto self-requested a review June 30, 2024 23:59
Copy link
Owner

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

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

Looks very logical!

@kazu-yamamoto
Copy link
Owner

I would like to merge this PR.

Please give look at kazu-yamamoto/http2#127.

@kazu-yamamoto kazu-yamamoto merged commit 1d4fae3 into kazu-yamamoto:main Jul 1, 2024
@kazu-yamamoto
Copy link
Owner

A new version has been released.
Thanks!

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jan 30, 2025
## 0.1.4

* Using Integer instead of Int in LRUCache.

## 0.1.3

* Simplify `maybeOpenRxWindow` and improve docs
  [#7](kazu-yamamoto/network-control#7)

## 0.1.2

* introducing a minimum size for window update
  [#5](kazu-yamamoto/network-control#5)

## 0.1.1

* Change defaultMaxData
  [#4](kazu-yamamoto/network-control#4)
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