Still working on timeouts

This commit is contained in:
Ricardo Zuasti
2026-01-13 19:26:28 -05:00
parent a034481ca5
commit e08d257687
3 changed files with 9 additions and 7 deletions
@@ -45,10 +45,8 @@ pub async fn send_packet(
&ethernet_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;
}
}