The current way we handle config files assumes that a config file defines all settings and no defaults exist. This means that whenever a net setting is added, code loading the old config file will fail.
We need to change this and have a set of default settings that are used when settings are missing.
The current way we handle config files assumes that a config file defines all settings and no defaults exist. This means that whenever a net setting is added, code loading the old config file will fail. We need to change this and have a set of default settings that are used when settings are missing.