Merge pull request #1093 from psforever/pbdelay

Increase default packet bundling delay
This commit is contained in:
Jakob Gillich 2023-05-21 13:35:31 +02:00 committed by GitHub
commit bdacec44bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ anti-cheat {
network {
middleware {
# How often between executions of the outbound bundling process
packet-bundling-delay = 25 milliseconds
packet-bundling-delay = 50 milliseconds
# Pause inbound packet transmission towards the network if the sequence number is out of order
# Packets are put aside until the sequence is restored, or this timeout passes