-
Notifications
You must be signed in to change notification settings - Fork 711
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 bind ipv4 only network #3653
Conversation
Leo-Besancon
commented
Mar 6, 2023
- document all added functions
- try in sandbox /simulation/labnet
- unit tests on the added/changed features
- make tests compile
- make tests pass
- add logs allowing easy debugging in case the changes caused problems
- if the API has changed, update the API specification
Context: issue #3650 Should I add some more comments on the config.toml bind settings? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems good for me. Just add a small comment to explain the context.
If you have a specific behaviour linked to a specific OS in the future, take a look at https://doc.rust-lang.org/reference/conditional-compilation.html#target_os, It may help.
Great, will do, thanks for the link! |
* initial fix * Do not set ipv6 flag if ipv4 only * fmt * Added documentation and comments
3657: Fix bind ipv4 only network (#3653) r=AurelienFT a=Leo-Besancon * initial fix * Do not set ipv6 flag if ipv4 only * fmt * Added documentation and comments * [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile * [ ] make tests pass * [ ] add logs allowing easy debugging in case the changes caused problems * [ ] if the API has changed, update the API specification Co-authored-by: Leo-Besancon <lb@massa.net>
Co-authored-by: Léo Besançon lb@massa.net
Co-authored-by: Léo Besançon lb@massa.net
Co-authored-by: Léo Besançon lb@massa.net