mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
netcheck: add TODO about alternate timing strategies
This commit is contained in:
parent
b27d4c017a
commit
596fd449b9
@ -207,6 +207,12 @@ func GetReport(ctx context.Context, logf logger.Logf) (*Report, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: if UDP is blocked, try to measure TCP connect times
|
||||||
|
// to DERP nodes instead? So UDP-blocked users still get a
|
||||||
|
// decent DERP node, rather than being randomly assigned to
|
||||||
|
// the other side of the planet? Or try ICMP? (likely also
|
||||||
|
// blocked?)
|
||||||
|
|
||||||
return ret.Clone(), nil
|
return ret.Clone(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user