Administrator
2024-06-25 cd0c9797406acc8a0f1e0a3e3f463a68425e3ef8
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 ;
}