增加mtu的配置参数

This commit is contained in:
lanrenwo
2022-06-14 14:40:19 +08:00
parent 6a997bfd46
commit 54f7a59a91
4 changed files with 10 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ type ServerConfig struct {
CstpDpd int `json:"cstp_dpd"` // Dead peer detection in seconds
MobileKeepalive int `json:"mobile_keepalive"`
MobileDpd int `json:"mobile_dpd"`
Mtu int `json:"mtu"`
SessionTimeout int `json:"session_timeout"` // in seconds
// AuthTimeout int `json:"auth_timeout"` // in seconds