0.3.0
- 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