- Remove
async_trait
dependency to reduce heap allocation overhead. - Unified abstraction of tcp and udp servers with separate implementations.
- tcp packet reads use double buffer queues to improve performance.
async_trait
dependency to reduce heap allocation overhead.