b53fb068f5216b356a5634db28681728c2d43fc2
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.
Redox OS userspace networking stack
This repository contains the networking stack for Redox OS. It makes use of smoltcp.
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Languages
C
37.5%
C++
37.2%
JavaScript
6.7%
QML
3.4%
HTML
3.2%
Other
11.4%