zhubaomin
2024-10-18 6d837773f257c47ac2bebcef3289b9fbed177282
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 ;
}