fix upx and udp conn counter (#131)

* fix upx in workflow
* fix udp conn counter
This commit is contained in:
Sijie.Sun
2024-06-04 18:50:30 +08:00
committed by GitHub
parent df17a7bb68
commit f9e6264f31
10 changed files with 158 additions and 136 deletions
+2 -1
View File
@@ -1467,9 +1467,10 @@ mod tests {
peers::{
peer_manager::{PeerManager, RouteAlgoType},
route_trait::{NextHopPolicy, Route, RouteCostCalculatorInterface},
tests::{connect_peer_manager, wait_for_condition},
tests::connect_peer_manager,
},
rpc::NatType,
tunnel::common::tests::wait_for_condition,
};
use super::PeerRoute;