mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-17 02:45:03 +08:00
【fix】修复客户端渗透客户端问题 通道关闭错误
This commit is contained in:
@ -78,14 +78,6 @@ public class NettyClientPermeateServerVisitorHandler extends SimpleChannelInboun
|
||||
nettyProxyMsg.setData(bytes);
|
||||
nextChannel.writeAndFlush(nettyProxyMsg);
|
||||
// 处理访客流量
|
||||
// ServerChannelFlow serverChannelFlow = ServerChannelFlow
|
||||
// .builder()
|
||||
// .channelFlowEnum(ChannelFlowEnum.IN_FLOW)
|
||||
// .port(visitorPort)
|
||||
// .clientId(clientId)
|
||||
// .flow(bytes.length)
|
||||
// .build();
|
||||
// channelFlowAdapter.asyncHandler(visitorChannel, serverChannelFlow);
|
||||
log.debug("【客户端渗透服务端】访客端口成功发送数据了");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user