fix kcp not work as expect (#1285)

This commit is contained in:
Sijie.Sun
2025-08-24 14:33:11 +08:00
committed by GitHub
parent 9304d3b227
commit ea76114d50
7 changed files with 148 additions and 76 deletions
+5
View File
@@ -200,6 +200,11 @@ impl TcpProxyForKcpSrcTrait for TcpProxyForQUICSrc {
let Some(peer_info) = peer_map.get_route_peer_info(dst_peer_id).await else {
return false;
};
tracing::debug!(
"check dst {} allow quic input, peer info: {:?}",
dst_ip,
peer_info
);
let Some(quic_port) = peer_info.quic_port else {
return false;
};