From c2bc9bd9b89b94539c6bbe12f3e1750deeda37c5 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Mon, 25 Sep 2023 11:33:39 +0200 Subject: [PATCH] Mark lowlatency option as experimental in DEFAULT_CONFIG.json5 --- DEFAULT_CONFIG.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index dae3ebc9aa..2a0af258cd 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -125,7 +125,7 @@ max_sessions: 1000, /// Maximum number of incoming links that are admitted per session max_links: 1, - /// Enables the LowLatency transport + /// Enables the LowLatency transport. WARNING: This option is still experimental! /// This option does not make LowLatency transport mandatory, the actual implementation of transport /// used will depend on Establish procedure and other party's settings ///