Skip to content

Commit 2b27a8a

Browse files
committed
Scheduler and Manager added. (ARQ)
1 parent ed72ae2 commit 2b27a8a

13 files changed

Lines changed: 1693 additions & 6 deletions

client_config.toml.simple

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ LOCAL_DNS_CACHE_FLUSH_INTERVAL_SECONDS = 60.0
2828
# 0=Round Robin (default), 1=Random, 2=Round Robin, 3=Least Loss, 4=Lowest Latency
2929
RESOLVER_BALANCING_STRATEGY = 0
3030

31+
# Hard cap for how many small control packets may be packed into one block.
32+
# The effective runtime value is also limited by 50% of synced upload MTU.
33+
MAX_PACKETS_PER_BATCH = 5
34+
3135
# If true, MTU test responses request Base64 TXT payloads from server.
3236
# If false, server returns raw byte TXT payloads.
3337
BASE_ENCODE_DATA = false

0 commit comments

Comments
 (0)