globalsettings.h 259 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #ifndef GLOBALSETTINGS_H #define GLOBALSETTINGS_H // Defaults are defined in ConfigFileParser struct GlobalSettings { bool allow_unsafe_clientid_chars = false; int clientInitialBufferSize = 0; int maxPacketSize = 0; }; #endif // GLOBALSETTINGS_H