2025-05-13 18:48:17 +08:00
|
|
|
package core
|
|
|
|
|
|
|
|
|
|
const Version byte = 1
|
|
|
|
|
|
2025-05-14 17:46:34 +08:00
|
|
|
const FwdCtrlPort uint = 18080
|
|
|
|
|
const FwdDataPort uint = 18081
|
2025-05-13 18:48:17 +08:00
|
|
|
|
2025-05-14 17:46:34 +08:00
|
|
|
const RetryInterval uint = 5
|
2025-05-16 15:13:16 +08:00
|
|
|
const HeartbeatInterval uint = 30
|