From ce43f58709fe5b2d5cbf5bb528e75db54d7fab5c Mon Sep 17 00:00:00 2001 From: "ChenYing Kuo (CY)" Date: Wed, 5 Jun 2024 21:09:06 +0800 Subject: [PATCH] Add NOTE for LowLatency transport. (#1088) Signed-off-by: ChenYing Kuo --- DEFAULT_CONFIG.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index 0dd9f1283b..ab1201a6ad 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -221,6 +221,8 @@ /// NOTE: Currently, the LowLatency transport doesn't preserve QoS prioritization. /// NOTE: Due to the note above, 'lowlatency' is incompatible with 'qos' option, so in order to /// enable 'lowlatency' you need to explicitly disable 'qos'. + /// NOTE: LowLatency transport does not support the fragmentation, so the message size should be + /// smaller than the tx batch_size. lowlatency: false, /// Enables QoS on unicast communications. qos: {