We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f5a75 commit e0997b7Copy full SHA for e0997b7
p2p/net/nat/internal/nat/upnp.go
@@ -63,6 +63,7 @@ func discoverUPNP_GenIGDev(ctx context.Context) (nats []NAT, errs []error) {
63
continue
64
}
65
if foundIGDevs >= maxIGDevs {
66
+ log.Debug("found more than maxIGDevs UPnP devices, stopping search")
67
break
68
69
foundIGDevs++
0 commit comments