WIP
This commit is contained in:
@@ -68,7 +68,7 @@ type App struct {
|
||||
selfV6 netip.AddrPort
|
||||
|
||||
// Monotonically increasing ID for outbound pings (client role only)
|
||||
nextPingID int64
|
||||
nextPingID int64 // TODO: Remove
|
||||
|
||||
// Event channels fed by background goroutines
|
||||
hubAddCh <-chan HubPeer
|
||||
@@ -104,7 +104,6 @@ func (a *App) Run() error {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func (a *App) onShutdown() error {
|
||||
return wginterface.Delete(a.dev.Name())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user