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

feat(comms/rpc): restrict rpc session per peer #4497 #4549

Merged

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Aug 26, 2022

Description

  • restrict the max number of active rpc sessions per peer

Motivation and Context

fixes #4497

How Has This Been Tested?

Additional unit tests

@sdbondi sdbondi force-pushed the comms-limit-rpc-per-client branch 6 times, most recently from f95fa38 to 2cf153b Compare August 29, 2022 05:05
@sdbondi sdbondi force-pushed the comms-limit-rpc-per-client branch from 2cf153b to 1c12701 Compare August 29, 2022 05:11
SWvheerden
SWvheerden previously approved these changes Aug 29, 2022
Copy link
Collaborator

@SWvheerden SWvheerden left a comment

Choose a reason for hiding this comment

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

Looks good to me

common/config/presets/c_base_node.toml Outdated Show resolved Hide resolved
@stringhandler stringhandler merged commit 080bccf into tari-project:development Aug 29, 2022
@sdbondi sdbondi deleted the comms-limit-rpc-per-client branch August 29, 2022 09:34
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.

[comms] Enforce maximum RPC sessions per peer
3 participants