project strucute refactoring

This commit is contained in:
2026-03-25 20:08:13 +07:00
parent a213c01158
commit 037edaa7cd
18 changed files with 694 additions and 565 deletions
+7 -7
View File
@@ -1,4 +1,10 @@
use crate::{
net::{
connection::{
bridge::run_tcp_bridge, engine::TunnelEngine, handler::StreamHandler, muxer::Muxer,
},
network::NetworkConfig,
},
nrxp::{
codec::{
codec::Codec,
@@ -6,14 +12,8 @@ use crate::{
socks::{SocksReply, SocksRequest},
},
errors::ErrorAction,
parser::parser::Parser,
},
net::{
connection::{
bridge::run_tcp_bridge, engine::TunnelEngine, handler::StreamHandler, muxer::Muxer,
},
network::NetworkConfig,
},
parser::Parser,
tlseng::profile::BrowserProfile,
};
use bytes::BytesMut;