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

Update UDP client connection syntax to use udpin:// #288

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KarthiAru
Copy link
Contributor

Changed all instances of the deprecated UDP connection syntax udp://:PORT to the recommended udpin://:PORT following the deprecation warning: Connection using udp:// is deprecated, please use udpin:// or udpout:// (cli_arg.cpp:28)

Changed all instances of the deprecated UDP connection syntax udp://:PORT to the recommended udpin://:PORT following the deprecation warning:
Connection using udp:// is deprecated, please use udpin:// or udpout:// (cli_arg.cpp:28)
Copy link
Contributor

@julianoes julianoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it should be udpin://0.0.0.0:14540 with the new syntax.

Note that I won't merge this just yet until the release is out with the changes.

Updated the binding address for the UDP connection from udpin://:PORT to udpin://0.0.0.0:PORT
@KarthiAru
Copy link
Contributor Author

Done. Updated to include 0.0.0.0

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.

2 participants