增加TCP数据头

This commit is contained in:
qiminbao
2025-08-25 14:07:35 +08:00
parent 44f812e243
commit 09ac62bca1
@@ -33,7 +33,7 @@ public class GlobalConfig {
// 为全局变量赋值
COMMUNITY = props.getProperty("switch.core-switch.community", "public");
SWITCH_IP = props.getProperty("witch.core-switch.ip", "127.0.0.1");
SWITCH_IP = props.getProperty("switch.core-switch.ip", "127.0.0.1");
PORT = Integer.parseInt(props.getProperty("switch.core-switch.port", "161"));