This commit is contained in:
@@ -382,6 +382,7 @@ func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func DoPing(host *RemoteHost) error {
|
func DoPing(host *RemoteHost) error {
|
||||||
|
log.Printf("Pinging remote %s\n", host.Host)
|
||||||
SendPacket(host, Ping, func(w io.Writer) error {
|
SendPacket(host, Ping, func(w io.Writer) error {
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user