Multiple IP and Ports for same TCP connection

Hi,

I have a TCP connection that I am configuring into splitter and I want know what is the right way to configure it

The connection has this options:
10.10.10.10:4712
10.10.10.10:4713
10.10.10.11:4712
10.10.10.11:4713

This 4 options should be configured in one stream. How can I do it?

I am using the new splitter’s version with the new interface.

Att

Separate each endpoint (i.e., IP:port) with a comma, like so:

10.10.10.10:4712,10.10.10.10:4713,10.10.10.11:4712,10.10.10.11:4713

The screen should similar to the following:

Thank you Ritchie

This is the same way we use in OpenPDC.

Att