Skip to content

Commit

Permalink
Add lowlatency option to DEFAULT_CONFIG.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Sep 20, 2023
1 parent a8ab603 commit 08575e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 08575e4

Please sign in to comment.