🚀 Features
- Added watch command which can print request/response detail info.
- Added stat command which can print connections summary info.
- Added HTTP1.1 protocol support.
- Added Redis protocol support.
- Added MySQL protocol support.
🛠️ Fixes
- Fix ubuntu20.04 glibc version incompatible issue
- When XDP can't attach to interface, use netif_receive_skb instead
- other small bugs fix
💪 Improvements
- Use ring buffer to store syscall data.
- Multithreading the processors
- Periodically clean stale connections in connManager