Add fake tcp tunnel (experimental) (#1673)

support faketcp to avoid tcp-over-tcp problem.
linux/macos/windows are supported.

better to be used in internet env, the maximum 
performance is majorly limited by windivert/raw socket.
This commit is contained in:
KKRainbow
2025-12-25 00:10:32 +08:00
committed by GitHub
parent 0712ef762d
commit 28cd6da502
27 changed files with 3744 additions and 19 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ impl WindowsBuild {
let target = std::env::var("TARGET").unwrap_or_default();
if target.contains("x86_64") {
println!("cargo:rustc-link-search=native=easytier/third_party/");
println!("cargo:rustc-link-search=native=easytier/third_party/x86_64/");
} else if target.contains("i686") {
println!("cargo:rustc-link-search=native=easytier/third_party/i686/");
} else if target.contains("aarch64") {