From 51c30b7b0128ff41a2fc3d992bab2f6b515a2605 Mon Sep 17 00:00:00 2001 From: Erin McManus Date: Mon, 10 Jun 2024 13:40:11 -0600 Subject: [PATCH] CORE-11925 updated wan settings based on new message_size_max and asynchronous publishing settings --- .../c++98/CLOUD_DISCOVERY_SERVICE.xml | 16 -------- .../c++98/USER_QOS_PROFILES.xml | 40 ++++--------------- 2 files changed, 8 insertions(+), 48 deletions(-) diff --git a/examples/connext_dds/real_time_wan_transport/c++98/CLOUD_DISCOVERY_SERVICE.xml b/examples/connext_dds/real_time_wan_transport/c++98/CLOUD_DISCOVERY_SERVICE.xml index 4cc6e5b03..b75068980 100644 --- a/examples/connext_dds/real_time_wan_transport/c++98/CLOUD_DISCOVERY_SERVICE.xml +++ b/examples/connext_dds/real_time_wan_transport/c++98/CLOUD_DISCOVERY_SERVICE.xml @@ -11,14 +11,6 @@ dds.transport.UDPv4_WAN.builtin.public_address $(PUBLIC_ADDRESS) - - dds.transport.UDPv4_WAN.builtin.parent.message_size_max - 1400 - - - dds.participant.protocol.rtps_overhead - 256 - @@ -43,14 +35,6 @@ dds.transport.UDPv4_WAN.builtin.public_address $(PUBLIC_ADDRESS) - - dds.transport.UDPv4_WAN.builtin.parent.message_size_max - 1400 - - - dds.participant.protocol.rtps_overhead - 256 - diff --git a/examples/connext_dds/real_time_wan_transport/c++98/USER_QOS_PROFILES.xml b/examples/connext_dds/real_time_wan_transport/c++98/USER_QOS_PROFILES.xml index fa6f0539b..a77d622b8 100644 --- a/examples/connext_dds/real_time_wan_transport/c++98/USER_QOS_PROFILES.xml +++ b/examples/connext_dds/real_time_wan_transport/c++98/USER_QOS_PROFILES.xml @@ -19,9 +19,15 @@ 3000 + IP fragmentation. When the message_size_max is set to a value + smaller than the smallest IP MTU in your network path, IP + fragmentation is disabled. The Real-Time WAN Transport already + sets the default value to 1400 bytes, which is sufficiently small + in most cases. If your network path has a smaller MTU, you can + set the message_size_max to a smaller value here. + 1400 + --> @@ -29,37 +35,7 @@ 5 0 - - - ASYNCHRONOUS_PUBLISH_MODE_QOS - - - ASYNCHRONOUS_PUBLISH_MODE_QOS - - - ASYNCHRONOUS_PUBLISH_MODE_QOS - - - ASYNCHRONOUS_PUBLISH_MODE_QOS - - - - - - dds.participant.protocol.rtps_overhead - 256 - - -