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
* Do call the rety of CreatePortMapAsync inside CreatePortMapAsync with await.
(cherry picked from commit 7ee8dc8)
* The fritz!box 7490 has a bug where it will respond to a GetSpecificPortMappingEntry with the incorrect protocol, patch up the response with the protocol as given by the request.
(cherry picked from commit 66fa32d)
NatDiscoverer.TraceSource.LogWarn("Router responded to a protocol {0} query with a protocol {1} answer, work around applied.",protocol,messageResponse.Protocol);
435
+
436
+
returnnewMapping(protocol
431
437
,IPAddress.Parse(messageResponse.InternalClient)
432
438
,messageResponse.InternalPort
433
439
,publicPort// messageResponse.ExternalPort is short.MaxValue
0 commit comments