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,