Add no route event

This commit is contained in:
世界 2023-08-07 15:26:26 +08:00
parent 688d4da4b7
commit 59b86002c4
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 9 additions and 3 deletions

View file

@ -15,8 +15,9 @@ type (
)
const (
EventInterfaceUpdate = 1
EventAndroidVPNUpdate = 2
EventInterfaceUpdate = iota
EventAndroidVPNUpdate
EventNoRoute
)
type NetworkUpdateMonitor interface {