Make DC V2 EXP dispatcher rate-aware

This commit is contained in:
2026-05-20 09:46:25 -04:00
parent 7b0bdbd1ce
commit da8466c432
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -123,6 +123,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
uint64_t client_ping_interval_usecs = 30000000;
uint64_t client_idle_timeout_usecs = 60000000;
uint64_t patch_client_idle_timeout_usecs = 300000000;
uint64_t psopeeps_dcv2_exp_multiplier = 5;
bool is_debug = false;
bool ip_stack_debug = false;
bool allow_unregistered_users = false;