-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new CVARs for improved handling of decompression failures:
- `sv_net_incoming_decompression_min_failures`: Min failures required to flag a player - `sv_net_incoming_decompression_max_failures`: max failures allowed before punishment - `sv_net_incoming_decompression_min_failuretime`: Time window for failure tracking
- Loading branch information
Showing
3 changed files
with
195 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64c684a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we for
Netchan_ValidateDecompress
insideNetchan_CopyFileFragments
(64c684a#diff-5ba7a4665f1a547dc0b6c328304c2afc33eca129d80815bf007254cb13ffd1d3R1817) useFRAG_FILE_STREAM
insteadFRAG_NORMAL_STREAM
?