You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uPnP discovery sequence looks pretty simple and using port 5000 should be ok since it's setup externally, but it would be less confusing to pick a different port.
The web site gives a good description of how uPnP works. It would be worth setting a break point and stepping through the code of GatewayDiscover.discover of weupnp to see if anything obvious happens there.
Perhaps related to #258, uPnp uses TCP port 5000 for incoming connections. Like in the case of Bitcoin, we should pick a port that is not otherwise used.
The uPnP discovery sequence looks pretty simple and using port 5000 should be ok since it's setup externally, but it would be less confusing to pick a different port.
The web site gives a good description of how uPnP works. It would be worth setting a break point and stepping through the code of GatewayDiscover.discover of weupnp to see if anything obvious happens there.
I also noticed that in SBBI router the default MX is 3 (ie. 3 seconds until response) but in weupnp they use MX:2 .
The text was updated successfully, but these errors were encountered: