|
group2 0.1.0
CSE 125 Group 2
|
Runtime network connection parameters. More...
#include <NetworkConfig.hpp>
Public Attributes | |
| NetworkAddress | clientNetwork |
| Client network config (host and port). | |
| NetworkAddress | serverNetwork |
| Server network config (host and port). | |
| ServerReplicationConfig | serverRep |
| Server-side replication tuning. | |
| TransportConfig | transport |
| Phase 3d: UDP transport sub-feature toggles. | |
Runtime network connection parameters.
Populated by loadNetworkConfig(). If the config file is absent or a key is missing, the field retains its default value — no exception is thrown.
| NetworkAddress NetworkConfig::clientNetwork |
Client network config (host and port).
| NetworkAddress NetworkConfig::serverNetwork |
Server network config (host and port).
| ServerReplicationConfig NetworkConfig::serverRep |
Server-side replication tuning.
| TransportConfig NetworkConfig::transport |
Phase 3d: UDP transport sub-feature toggles.