Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDP Data-port numebr that is different than the Control-port number #1790

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidBar-On
Copy link
Contributor

@davidBar-On davidBar-On commented Oct 23, 2024

Add support for a UDP Data-port number that is different than the control port number, by adding an optional second value to -p. E.g. -u -p /5210 (or -u -p 5201/5210) will use port 5201 for the control channel and port 5210 for the data streams.

This is to allow running UDP tests in systems where the port number used for TCP is not open for UDP, so the UDP data streams should use a different port

@davidBar-On davidBar-On changed the title Support for UDP Data-port that is different than the Control-port UDP Data-port numebr that is different than the Control-port number Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant