Skip to content

Commit

Permalink
Update DEFAULT_CONFIG.json5 (#1722)
Browse files Browse the repository at this point in the history
Clarify DEFAULT_CONFIG documentation in transport section
  • Loading branch information
Mallets authored Jan 16, 2025
1 parent 26d67de commit ea014f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@
open_timeout: 10000,
/// Timeout in milliseconds when accepting a link
accept_timeout: 10000,
/// Maximum number of zenoh session in pending state while accepting
/// Maximum number of links in pending state while performing the handshake for accepting it
accept_pending: 100,
/// Maximum number of sessions that can be simultaneously alive
/// Maximum number of transports that can be simultaneously alive for a single zenoh sessions
max_sessions: 1000,
/// Maximum number of incoming links that are admitted per session
/// Maximum number of incoming links that are admitted per transport
max_links: 1,
/// Enables the LowLatency transport
/// This option does not make LowLatency transport mandatory, the actual implementation of transport
Expand Down

0 comments on commit ea014f4

Please sign in to comment.