This commit is contained in:
Claire Wang
2024-02-02 15:49:19 -05:00
parent c6d2c16ecc
commit 66c416a0a5
5 changed files with 76 additions and 25 deletions

View File

@@ -3010,5 +3010,6 @@ func getPeerMTUsProbedMetric(mtu tstun.WireMTU) *clientmetric.Metric {
}
func (c *Conn) GetLastNetcheckReport() *netcheck.Report {
return c.lastNetCheckReport.Load()
report, _ := c.updateNetInfo(c.connCtx)
return report
}