v0.3.0
- Bumped the dependency to the latest.
- Contains an optimization #41 which utilizes
SO_REUSEPORT
to create multiple UDP sockets for the same connection and spawns Tokio tasks for each available CPU core.- According to my benchmark, this improved throughput on multi-core systems such as Raspberry Pi by 20%-30%.