diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-14 02:21:00 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-14 02:21:00 +0000 |
commit | 3492008d7b55f342ea2d7191ca2301d7597c5127 (patch) | |
tree | e43a1b242947e5bb8e8515863e3c2762ef9f9587 /NorthstarDedicatedTest/serverauthentication.h | |
parent | db552e7bcf5b1c6b01dd655163e1dc0a9d840ab0 (diff) | |
download | NorthstarLauncher-3492008d7b55f342ea2d7191ca2301d7597c5127.tar.gz NorthstarLauncher-3492008d7b55f342ea2d7191ca2301d7597c5127.zip |
add netchan processing limits
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.h')
-rw-r--r-- | NorthstarDedicatedTest/serverauthentication.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |