mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-04 06:36:01 -04:00
Obnoxious changes
This commit is contained in:
@@ -1248,10 +1248,6 @@ func (c *Direct) CustomPing(mr *tailcfg.MapResponse) bool {
|
||||
c.pinger.Ping(ip, true, func(res *ipnstate.PingResult) {
|
||||
log.Println("Callback", res, (res.NodeIP))
|
||||
pingRes = res
|
||||
|
||||
if res.LatencySeconds > 0.0 {
|
||||
log.Println("Successful PING!")
|
||||
}
|
||||
})
|
||||
|
||||
log.Println("PINGRES", pingRes)
|
||||
|
||||
Reference in New Issue
Block a user