From 4adf78f2af3915e606db6ff678575c64cc5e42ed Mon Sep 17 00:00:00 2001 From: Oussama Teffahi Date: Tue, 10 Dec 2024 14:38:33 +0100 Subject: [PATCH] Update DEFAULT_CONFIG --- DEFAULT_CONFIG.json5 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index dafdc7922..552107328 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -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