-
Notifications
You must be signed in to change notification settings - Fork 964
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
fix(upnp): use correct mapping protocol for UDP #4542
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this!
This needs a changelog entry and a version bump, otherwise we can release it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also need to bump the version in the root Cargo.toml
, see CI error :)
Thank you! |
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Description
Return
PortMappingProtocol::UDP
when the multiaddress protocol is UDP.Notes & open questions
Change checklist