Skip to content

Commit

Permalink
Update DEFAULT_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Dec 10, 2024
1 parent 72ca746 commit 4adf78f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -507,15 +507,15 @@
/// Configure TCP write buffer size (bytes)
// so_sndbuf: 123456,
},
// Configure TCP link specific parameters
tcp: {
/// Optional configuration for TCP system buffers sizes for TCP links
///
/// Configure TCP read buffer size (bytes)
// so_rcvbuf: 123456,
/// Configure TCP write buffer size (bytes)
// so_sndbuf: 123456,
}
// // Configure optional TCP link specific parameters
// tcp: {
// /// Optional configuration for TCP system buffers sizes for TCP links
// ///
// /// Configure TCP read buffer size (bytes)
// // so_rcvbuf: 123456,
// /// Configure TCP write buffer size (bytes)
// // so_sndbuf: 123456,
// }
},
/// Shared memory configuration.
/// NOTE: shared memory can be used only if zenoh is compiled with "shared-memory" feature, otherwise
Expand Down

0 comments on commit 4adf78f

Please sign in to comment.