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

Limit udp service by config #1131

Closed
GehaFearless opened this issue Aug 22, 2022 · 0 comments
Closed

Limit udp service by config #1131

GehaFearless opened this issue Aug 22, 2022 · 0 comments
Labels
type/enhancement Indicates new feature requests

Comments

@GehaFearless
Copy link
Contributor

GehaFearless commented Aug 22, 2022

Feature Request

Describe the feature you'd like:
Config rpc_call_channel select what channel this RPC item used. But the UDP service always start on server whether RPC use UDP or not.

Describe alternatives you've considered:
Add a configuration 'enable_udp' with a default value of 'false' in the 'network' section. It gives the server control over whether to start the UDP service.

If one of RPC config rpc_call_channel is RPC_CHANNEL_UDP, should make 'enable_udp' is true first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants