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

Divide udp_port parameter into transport_protocol and stream_port #18

Open
tbolin opened this issue Feb 2, 2021 · 0 comments
Open

Divide udp_port parameter into transport_protocol and stream_port #18

tbolin opened this issue Feb 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tbolin
Copy link
Collaborator

tbolin commented Feb 2, 2021

Suggestion: Divide the udp_port argument into two arguments. The transport protocol would be set by transport_protocol,
a string that should be either UDP or TCP, and the port should be set by stream_port, an integer.

Motivation: Currently, the udp_port parameter decides both if TCP or UDP is used, and which port that is used. The port is however only selectable for UDP. If TCP is used, the port is always random. Specifying which TCP port that should be used could be useful.
The current parameter name is also misleading.

@tbolin tbolin added the enhancement New feature or request label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant