pktvisor
pktvisor copied to clipboard
improve dnstap module
- [ ] i/o timeout disconnects idle clients
- [ ] optionally limit max number of clients
- [ ] handle FINISH control frame appropriately in bi directional
- [ ] extract more/better data in Net/DNS modules
- [ ] ring buffer in frame session
- [ ] unit test covering case of frame parse waiting for more data
i/o timeout disconnects idle clients: should we use tcp keepAlive feature for that?