-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
A-simArea: SimulationArea: SimulationC-featureCategory: FeatureCategory: FeatureM-good-first-issueMeta: Good first issueMeta: Good first issue
Description
Context
Every namespace in msg-sim has its own virtual proc filesystem with various networking-related kernel parameters. This fs is mounted in every namespace, so it can be changed by writing to the correct file paths (#164).
I think it's worth it to expose the relevant setters & getters as either helper functions, or methods on Ctx for the following reasons:
- Make them explicitly discoverable
- Better input validation and error handling
We could even have a custom build script that probes sysctl options and kernel version etc and generates helpers and validation based on this, but that's a nice to have.
Metadata
Metadata
Assignees
Labels
A-simArea: SimulationArea: SimulationC-featureCategory: FeatureCategory: FeatureM-good-first-issueMeta: Good first issueMeta: Good first issue