-
Notifications
You must be signed in to change notification settings - Fork 247
L124: C-core: Server-wide max_outstanding_streams #494
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
base: master
Are you sure you want to change the base?
L124: C-core: Server-wide max_outstanding_streams #494
Conversation
L122-max-outstanding-streams.md
Outdated
| * Status: Draft | ||
| * Implemented in: C++ | ||
| * Last updated: 2025-05-12 | ||
| * Discussion at: <google group thread> (filled after thread exists) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please start the groups thread so that the 2wk timer starts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
| per-connection limit set to deal with overload situations (with 1000's of clients) | ||
| might be sub-optimal in situations with only a small number of clients. | ||
|
|
||
| ## Proposal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please document the APIs that you are adding at both the C-core layer and the C++ layer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Let me know if it looks fine.
No description provided.