Releases: compscidr/kanonproxy
Releases · compscidr/kanonproxy
v0.0.19
What's Changed
- fixed a UDP packet size bug
- Added a dns over udp test by @compscidr in #32
Full Changelog: v0.0.18...v0.0.19
v0.0.18
- changed knet dep to api so consumers of this library don't need to add it directly
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Made simulteanous sessions no long block each other by @compscidr in #29
Full Changelog: v0.0.16...v0.0.17
v0.0.16
More threading / coroutine adjustments
Full Changelog: v0.0.15...v0.0.16
v0.0.15
Adjusted maintenance job so its hopefully not on the same thread as the proxy start thread.
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Fixed packets being padding at the end, added a test to prevent regression
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Minor change to destination unreachable ipv4 packets (allow them to fill up to the MTU)
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Reduce amount of payload attached to destination unreachable packets by @compscidr in #28
Full Changelog: v0.0.11...v0.0.12
v0.0.11
- Updates to pull in upgraded icmp library
Full Changelog: v0.0.10...v0.0.11
v0.0.10
- minor fix to session pruning
Full Changelog: v0.0.9...v0.0.10