Write new XPC implementation

This commit is contained in:
Jackson Coxson
2025-05-22 15:13:05 -06:00
parent 5cfe7124c3
commit 9a1987d923
7 changed files with 663 additions and 25 deletions

View File

@@ -96,7 +96,7 @@ async fn main() {
println!("rsd port: {}", tun_proxy.handshake.server_rsd_port);
println!("-----------------------------");
let mut buf = vec![0; 1500];
let mut buf = vec![0; 20_000]; // XPC is big lol
loop {
tokio::select! {
Ok(len) = async_dev.recv(&mut buf) => {