mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
Obnoxious changes
This commit is contained in:
parent
6725596a0a
commit
5d1be01d44
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user