ADLINK-IST / opensplice

This is the Vortex OpenSplice Community Edition source repository. For our commercial offering see
https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service
Apache License 2.0
259 stars 158 forks source link

Working with multiple Ethernet ports #94

Open i-and opened 5 years ago

i-and commented 5 years ago

I have a PC with two Ethernet ports that are connected into one switch. I want to accept traffic that exceeds the bandwidth of one port, but less than the bandwidth of two ports. How in OpenSplice within one application to bind each DataReader to a specific Ethernet port, so as to explicitly redistribute incoming traffic on the ports?

hansvanthag commented 5 years ago

Thats going to be hard (especially with the community-edition where you can't deploy multiple DDSI-services that service different interfaces. I'd suggest to exploit channel-bonding as most (modern) operating-systems support and which allow you to exploit multiple interfaces completely transparent for DDS.