-
Notifications
You must be signed in to change notification settings - Fork 10
feat!: Add support for TCP #32
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
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.
This is looking really good, I have some organization nits that will allow us to better work on this in the (near) future, and a small check that needs to be made.
Otherwise, some CI checks have minor failures
- formatting
- version number can be ignored as we handle this on releases (@ramfox can you confirm this?)
- ignore the rest, we'll fix those
Thanks for the contribution!
- Extract functions to decode map requests - Check that the response protocol matches requested protocol
|
Thanks for the review! I believe I've addressed all requested changes. Let me know if there's anything else I should change. |
|
To confirm: the semver test is basically there as a reminder to include the |
Description
Hi. I needed TCP for my application so I added a configuration option to open a TCP port.
Breaking Changes
Added a new field to the
Configstruct.Notes & open questions
My router supports NAT-PMP so it would be a good idea for someone to test UPNP and PCP.
Change checklist