Releases: compscidr/kanonproxy
Releases · compscidr/kanonproxy
v0.0.28
- change order of TCP flushing packets when session shutdown occurs
Full Changelog: v0.0.27...v0.0.28
v0.0.27
- disable session pruning for tcp sessions
Full Changelog: v0.0.26...v0.0.27
v0.0.26
- fix udp session pruning
Full Changelog: 0.0.26...v0.0.26
0.0.26
- adjust when the sessions are removed (not inside the session maintenance thread, but when the channel is closed)
Full Changelog: v0.0.25...0.0.26
v0.0.25
- don't clear the incoming queue so we can respond to FIN packets at end of session
- only create a tcp session if its a SYN packet when the session is new
Full Changelog: v0.0.24...v0.0.25
v0.0.24
- change closing logic so we don't clean up session until we're actually in CLOSED state
Full Changelog: v0.0.23...v0.0.24
v0.0.23
- run encapsulation at various tcp states so that we can recover from a full cwnd
Full Changelog: v0.0.22...v0.0.23
v0.0.22
- change tcp session teardown behavior
Full Changelog: v0.0.21...v0.0.22
v0.0.21
- Ignore already recv'd segments
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Fixed udp packet size and checksum by @compscidr in #33
Full Changelog: v0.0.19...v0.0.20