Skip to content

Releases: compscidr/kanonproxy

v0.0.33

08 Nov 23:06
35659de
Compare
Choose a tag to compare
  • fixed tcp closing edge cases

Full Changelog: v0.0.32...v0.0.33

v0.0.32

07 Nov 16:56
43eb98d
Compare
Choose a tag to compare
  • Wait to send the FIN packet on close until outgoing buffer is fully encapsulated and flushed

Full Changelog: v0.0.31...v0.0.32

v0.0.31

07 Nov 16:30
ecff78c
Compare
Choose a tag to compare
  • disable not creating TCP session when non-syn packet

Full Changelog: v0.0.30...v0.0.31

v0.0.30

07 Nov 15:58
e5a177d
Compare
Choose a tag to compare
  • Fix detection of remote tcp session close

Full Changelog: v0.0.29...v0.0.30

v0.0.29

07 Nov 15:08
89a16ad
Compare
Choose a tag to compare
  • fix for double writing of payload at the start of tcp session

Full Changelog: v0.0.28...v0.0.29

v0.0.28

06 Nov 20:47
a21f86c
Compare
Choose a tag to compare
  • change order of TCP flushing packets when session shutdown occurs

Full Changelog: v0.0.27...v0.0.28

v0.0.27

06 Nov 20:18
b903a80
Compare
Choose a tag to compare
  • disable session pruning for tcp sessions

Full Changelog: v0.0.26...v0.0.27

v0.0.26

06 Nov 00:15
bdd1374
Compare
Choose a tag to compare
  • fix udp session pruning

Full Changelog: 0.0.26...v0.0.26

0.0.26

05 Nov 23:48
6e9d530
Compare
Choose a tag to compare
  • 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

05 Nov 23:33
785f630
Compare
Choose a tag to compare
  • 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