-
Notifications
You must be signed in to change notification settings - Fork 957
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
UPnP in the TcpConfig #558
Comments
Some references:
One issue is that |
How about PCP instead of IGD? |
Whatever works! |
@twittner I couldn't find any rust lib that implements PCP – do you know of any? |
@dvdplm |
@dvdplm: No, I do not. FYI, I have started a small UPNP-IGD implementation at https://github.com/paritytech/upnp-igdp but it is currently using a fork of tokio and I am reluctant to test it, given the security implications of opening port mappings available to the outside world. |
Curious: why did you have to fork it? |
|
I'm kind of conflicted whether this is a good "getting-started" issue. The problem we encountered is that opening on the router is not instantaneous. This also raises the question of making |
Closed as stale. |
* Add metrics for queue lenghts * Add changelog
Add
attempt_upnp: bool
in theTcpConfig
, and implement it!The text was updated successfully, but these errors were encountered: