mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Still working on timeouts
This commit is contained in:
@@ -45,10 +45,8 @@ pub async fn send_packet(
|
||||
ðernet_packet.to_immutable().packet(),
|
||||
Some(interface.clone()),
|
||||
);
|
||||
// thread::sleep(Duration::from_millis(2));
|
||||
}
|
||||
sleep(Duration::from_secs(5)).await;
|
||||
// thread::sleep(Duration::from_millis(2));
|
||||
// sleep(Duration::from_millis(1)).await;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user