hi, i follow these setp in the html: https://community.rti.com/kb/using-udp-discovery-and-tcp-user-data
to config using udp for discovery and tcp for user data;
and simultaneous we need to transport in diff process in the same channel;
So i do these config:
1 2 3 4 5 6 7 | < datawriter_qos > < transport_selection > < enabled_transports > < element >shmem</ element > < element >DDS_TCPv4</ element > </ enabled_transports > </ transport_selection > </ datawriter_qos > |
but i found the diff process transport doing twice, one in shm and one in tcp;
how can i diable the tcp in diff proc transport and let it work in diff host(use one writer qos);
Thank you.
Sorry, I'm not very clear what you are asking. What do you mean by "diff proc transport", "diff process", "diff host".
Does "diff" mean "different"? And "proc" mean "process"? Even if I am correct, I still don't know what "different process transport" mean.