- Update dependencies
- Remove jda-nas dependency requirement
- Add support for musl libc
- Some memory and efficiency improvements
- Make IPv6 optional and improve socket ownership (#5)
- Use Box::from instead of vector allocation
- Lower required GLIBC version to 2.18
- Move condvar out of queue state
- Switch to conditional variables for idle loop wait (#4)