Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises- Moved the packet sender and event receiver into socket struct
- Exposed internal SocketAddr
- Introduced a new method to manually step through the polling loop
- Added a number of #[derive(Debug)] lines to Socket and member types
- Implemented basic DoS mitigation
- Added a customizable sleep to the polling loop. Defaults to 1ms