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

fix: expose config for max inbound/outbound stop streams #1812

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

achingbrain
Copy link
Member

Each incoming relayed connection uses a libp2p stream on the connection - we already allow the user to configure the number of HOP streams (e.g. local client to relay) this PR allows configuring the number of STOP strems (e.g. relay to remote client)

Default the values to the default max connections so all connections can be relayed connections.

Each incoming relayed connection uses a libp2p stream on the connection
- we already allow the user to configure the number of HOP streams
(e.g. local client to relay) this PR allows configuring the number of
STOP strems (e.g. relay to remote client)

Default the values to the default max connections so all connections can
be relayed connections.
@achingbrain achingbrain merged commit 0828dd9 into master Jun 14, 2023
@achingbrain achingbrain deleted the fix/expose-max-stop-streams-config branch June 14, 2023 12:53
This was referenced Jan 18, 2024
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.

1 participant