Alexander Simmerl
c661a3ec21
Instead of mutating the passed in MConnConfig part of P2PConfig we just use the default and override the values, the same as before as it was always the default version. This is yet another good reason to not embed information and access to config structs in our components and will go away with the ongoing refactoring in #1325. |
7 years ago | |
---|---|---|
.. | ||
config.go | Fix race when mutating MConnConfig | 7 years ago |
config_test.go | Add basic tests on config, mainly to raise test coverage | 8 years ago |
toml.go | Remove auth_enc config option | 7 years ago |
toml_test.go | config: lil fixes | 7 years ago |