mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-12 06:55:10 +00:00
Increase default packet bundling delay
This commit is contained in:
parent
01a390bdca
commit
93ebb60c43
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ anti-cheat {
|
||||||
network {
|
network {
|
||||||
middleware {
|
middleware {
|
||||||
# How often between executions of the outbound bundling process
|
# 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
|
# 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
|
# Packets are put aside until the sequence is restored, or this timeout passes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue