mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-03 06:56:41 +00:00
wip
This commit is contained in:
parent
d32aaffca6
commit
833b2aaae9
@ -3008,3 +3008,7 @@ func getPeerMTUsProbedMetric(mtu tstun.WireMTU) *clientmetric.Metric {
|
||||
mm, _ := metricRecvDiscoPeerMTUProbesByMTU.LoadOrInit(key, func() *clientmetric.Metric { return clientmetric.NewCounter(key) })
|
||||
return mm
|
||||
}
|
||||
|
||||
func (c *Conn) GetLastNetcheckReport() *netcheck.Report {
|
||||
return c.lastNetCheckReport.Load()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user