mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Write new XPC implementation
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user