mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-07 16:28:37 +00:00
wgengine/magicsock: remove DisableSTUNForTesting
This commit is contained in:
parent
ecf5d69c7c
commit
de875a4d87
@ -210,8 +210,6 @@ type activeDerp struct {
|
|||||||
// The current default (zero) means to auto-select a random free port.
|
// The current default (zero) means to auto-select a random free port.
|
||||||
const DefaultPort = 0
|
const DefaultPort = 0
|
||||||
|
|
||||||
var DisableSTUNForTesting bool
|
|
||||||
|
|
||||||
// Options contains options for Listen.
|
// Options contains options for Listen.
|
||||||
type Options struct {
|
type Options struct {
|
||||||
// Logf optionally provides a log function to use.
|
// Logf optionally provides a log function to use.
|
||||||
@ -367,7 +365,7 @@ func (c *Conn) updateNetInfo(ctx context.Context) (*netcheck.Report, error) {
|
|||||||
dm := c.derpMap
|
dm := c.derpMap
|
||||||
c.mu.Unlock()
|
c.mu.Unlock()
|
||||||
|
|
||||||
if DisableSTUNForTesting || dm == nil {
|
if dm == nil {
|
||||||
return new(netcheck.Report), nil
|
return new(netcheck.Report), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user