新增注释

This commit is contained in:
aoshiguchen
2025-11-01 22:57:04 +08:00
parent da4b030234
commit e0aaccc949
@@ -105,6 +105,7 @@ public class UdpVisitorChannelHandler extends SimpleChannelInboundHandler<Datagr
.setServerPort(sa.getPort())
.setTargetIp(targetIp)
.setTargetPort(targetPort)
// connect消息没有传超时时间、响应数量,导致客户端日志输出的超时时间、响应数量都是0
));
}