diff --git a/core/p2pnetwork.go b/core/p2pnetwork.go index 82eef50..7816ec2 100644 --- a/core/p2pnetwork.go +++ b/core/p2pnetwork.go @@ -115,7 +115,7 @@ func (pn *P2PNetwork) run() { pn.write(MsgHeartbeat, 0, "") case <-pn.restartCh: gLog.Printf(LvDEBUG, "got restart channel") - GNetwork.sdwan.reset() + pn.sdwan.reset() pn.online = false pn.wgReconnect.Wait() // wait read/autorunapp goroutine end delay := ClientAPITimeout + time.Duration(rand.Int()%pn.loginMaxDelaySeconds)*time.Second diff --git a/doc/images/stillrun_en.png b/doc/images/stillrun_en.png index 7db54ca..e1d60df 100644 Binary files a/doc/images/stillrun_en.png and b/doc/images/stillrun_en.png differ