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

Net: Consider adding other means of configuration #312

Open
solardiz opened this issue Feb 25, 2024 · 0 comments
Open

Net: Consider adding other means of configuration #312

solardiz opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@solardiz
Copy link
Contributor

Nov 10, 2022

Right now, the networking settings are only available via kernel module parameters. Maybe that's just fine, or maybe we want to (also or instead) have other means of configuration.

For other LKRG settings, we also support sysctl. For networking, this would take non-trivial effort to implement and maintain - e.g., would we reconnect to a new address if the server address is changed while LKRG is running and had already connected? Is this extra functionality desirable or a waste of resources to create and maintain?

Separately, we had found that LKRG configuration via sysctl and via module parameters is not ideal in different ways, so maybe we could want to introduce something else entirely - like a configuration file read by LKRG itself - for all of LKRG settings, including these.

@solardiz solardiz added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant