Josh Megnauth b53fb068f5 fix: MAX_DURATION overflows on init
Closes: #33

`Duration` is stored as microseconds internally.

The original code caused an overflow by...

```rust
Duration::from_millis(u64::MAX);
```

...which caused `u64::MAX` to be multiplied by 1000 and overflow.
2024-12-21 02:41:57 -05:00
2022-03-25 15:23:27 +01:00
2024-12-21 02:41:57 -05:00
2017-07-26 07:54:58 -06:00
2019-01-03 21:23:59 -07:00
2024-10-17 08:11:02 +03:00
2024-03-18 17:10:07 +01:00
2018-01-31 10:24:43 -08:00
2018-01-31 10:24:43 -08:00

Redox OS userspace networking stack

This repository contains the networking stack for Redox OS. It makes use of smoltcp.

S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%