mirror of
https://github.com/luscis/openlan.git
synced 2025-10-19 15:24:35 +08:00
fix: set tcpmss in hi-xx interface
This commit is contained in:
@@ -56,7 +56,7 @@ type Router interface {
|
||||
SaveRoute()
|
||||
}
|
||||
|
||||
type Vpner interface {
|
||||
type VPNer interface {
|
||||
RestartVpn()
|
||||
}
|
||||
|
||||
@@ -89,9 +89,10 @@ type Networker interface {
|
||||
Qoser() Qoser
|
||||
IfAddr() string
|
||||
ACLer() ACLer
|
||||
SetMss(mss int)
|
||||
Outputer
|
||||
Router
|
||||
Vpner
|
||||
VPNer
|
||||
}
|
||||
|
||||
var workers = make(map[string]Networker)
|
||||
|
Reference in New Issue
Block a user