-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello All,
I'm running with the latest version of the UDP Custom Device, and was looking for a potential feature to be added if possible. I either need source ports to be shared amongst transmitted packets, or to have 'IP address' be available as a channel as well for transmitted packages, so it can be switched, like how the port channel is currently implemented for the tx packets.
I currently have a need for the tx packets to be sent all from the same source port, but to different destination ports and ip addresses. I was able to make a common source port via the buffered tx packet, but then was unable to change the IP address for multiple targets.
If I have multiple tx packets with different IPs, different destination ports, but the same source port, it gives an error on deployment. Again, the source ports need to be the same in order to work in my configuration, or I would have changed them to be unique.