zhubaomin
2024-08-29 2376e2d4b76470973d1de29b661ff6f10d883ccd
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/java/com/dy/testServer/ServerProperties.java
@@ -12,7 +12,13 @@
   public static String tcpServerIp = "" ;
   //服务端上下文
   public static Integer tcpServerPort = 60000 ;
   //发送数据间隔 秒
   public static Integer sendInterval = 0 ;
   //每一轮次发送数据,其中包括心跳发送次数
   public static Integer heartbeatTimes = 0 ;
   //发送数据次数
   public static Integer sendTimes = 0 ;
   //发送完数据后,是否关闭TCP连接,1是,0否
   public static Integer sendOverThenCloseConnect = 0 ;
}