From 08575e48a23ad978411dbf027a9cc4c08567ee25 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Wed, 20 Sep 2023 16:37:35 +0400 Subject: [PATCH] Add lowlatency option to DEFAULT_CONFIG.json5 --- DEFAULT_CONFIG.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index 6728494bb1..f3fc3ed2cc 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -125,6 +125,10 @@ max_sessions: 1000, /// Maximum number of incoming links that are admitted per session max_links: 1, + /// Enables the LowLatency transport + /// This option does not make LowLatency transport mandatory, the actual implementation of transport + /// used will depend on Establish procedure and other party's settings + lowlatency: false, }, qos: { enabled: true,