From 3492008d7b55f342ea2d7191ca2301d7597c5127 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 14 Dec 2021 02:21:00 +0000 Subject: add netchan processing limits --- NorthstarDedicatedTest/serverauthentication.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NorthstarDedicatedTest/serverauthentication.h') diff --git a/NorthstarDedicatedTest/serverauthentication.h b/NorthstarDedicatedTest/serverauthentication.h index 7979d2fe..02429f48 100644 --- a/NorthstarDedicatedTest/serverauthentication.h +++ b/NorthstarDedicatedTest/serverauthentication.h @@ -21,6 +21,9 @@ struct AdditionalPlayerData double lastClientCommandQuotaStart = 0; int numClientCommandsInQuota = 0; + + double lastNetChanProcessingLimitStart = -1.0; + double netChanProcessingLimitTime = 0; }; class ServerAuthenticationManager -- cgit v1.2.3