Skip to content

Commit 0b572e5

Browse files
author
Fran Porcel
committed
Refixed README because lint job was failing
1 parent 02b5cc5 commit 0b572e5

File tree

1 file changed

+7
-7
lines changed
  • examples/routing_service/shmem_udp_gateway

1 file changed

+7
-7
lines changed

examples/routing_service/shmem_udp_gateway/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ For your convenience, there are 2 scripts to set up environment variables:
1717
These are the variables they contain, which you should modify according to your
1818
system:
1919

20-
- **NDDSHOME**: path to the installation of RTI Connext Professional.
21-
- **NDDS_QOS_PROFILES**: path to the *qos.xml* file containing QoS profiles.
22-
- **SHMEM_DOMAIN**: the domain for the applications using SHMEM.
23-
- **UDP_DOMAIN**: the domain for the applications using UDP (mainly the
20+
- **NDDSHOME**: path to the installation of RTI Connext Professional.
21+
- **NDDS_QOS_PROFILES**: path to the *qos.xml* file containing QoS profiles.
22+
- **SHMEM_DOMAIN**: the domain for the applications using SHMEM.
23+
- **UDP_DOMAIN**: the domain for the applications using UDP (mainly the
2424
DomainParticipant of RTI Routing Service).
25-
- **APPS**: total number of DomainParticipants on the localhost. By default,
25+
- **APPS**: total number of DomainParticipants on the localhost. By default,
2626
Connext will try to reach out to the first 5 created applications on SHMEM,
2727
therefore, we need to increase that number if there are more than 5
2828
applications.
29-
- **CDS_IP_ADDRESS**: the IP address of the host that contains RTI Cloud
29+
- **CDS_IP_ADDRESS**: the IP address of the host that contains RTI Cloud
3030
Discovery Service.
31-
- **CDS_PORT**: the UDP port that CDS will use.
31+
- **CDS_PORT**: the UDP port that CDS will use.
3232

3333
On Linux, you can use the environment variables by sourcing the file:
3434

0 commit comments

Comments
 (0)