remove jitter and socket size changes

This commit is contained in:
2026-03-29 15:41:43 +07:00
parent a9f89433fa
commit 1f97db97c4
2 changed files with 12 additions and 20 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ impl Engine {
.poll_delay(Self::current_time(), &self.socket_set);
let sleep_duration = match delay {
Some(d) => Duration::from_micros(d.micros()),
None => Duration::from_millis(10),
None => Duration::from_millis(0),
};
// 5. Умный select!