f5/constant.go
2023-08-17 08:50:23 +08:00

10 lines
87 B
Go

package f5
const (
IM_HTTP_CLI_MGR_RESPONSE = 1
)
const (
WSP_SS_MAX_MSGID = 100
)