Releases: narrowlink/ipstack
Releases · narrowlink/ipstack
v.0.5.0
What's Changed
- Add granular tcp configuration through TcpConfig struct by @SajjadPourali in #65
- fix: overflow handling optimization by @Orvaxis in #69
- Minimize the packet processing performance overhead from session removal. by @Orvaxis in #66
- fix: respect receiver's window size in send buffer full check by @Orvaxis in #68
- Drop task handle in IpStack by @SajjadPourali in #71
New Contributors
Full Changelog: v0.4.0...v.0.5.0
v0.4.0
What's Changed
- Update the dependency
tunthat supports windows platform by @xmh0511 in #2 - Fix RST Packet Issue When Connection Finishes by @SajjadPourali in #7
- make tcp and udp timeout configurable by @xmh0511 in #4
- Migrate to tun2 by @ssrlive in #14
- TUN_PROTO_IP6 issues by @ssrlive in #16
- Implement UnknownTransport and UnknownNetwork by @SajjadPourali in #17
- update example by @xmh0511 in #18
- update tun2 version and do not need to process packet info anymore on… by @xmh0511 in #20
- upgrade deps by @ssrlive in #21
- refine code by @ssrlive in #22
- timeout and shutdown by @ssrlive in #23
- Fix timeout issues by @ssrlive in #25
- Fix manual shutdown #27 #28 by @SajjadPourali in #30
- Fix memory leak in change_last_ack by @r58Playz in #33
- fix automatically drop IpstackTcpStream by @xmh0511 in #32
- Optimize
NetworkPacketstruct size by @one-d-wide in #36 - AHashMap and Refactor by @RoDmitry in #35
- Fixes and refactor by @RoDmitry in #37
- Fix improper error management by @SajjadPourali in #40
- Reading code by @ssrlive in #41
- update tun2 example by @xmh0511 in #42
- Change Tcb retransmission panic to an error log by @RoDmitry in #46
- Fix #45 by @SajjadPourali in #47
- Bump version to 0.0.10 by @SajjadPourali in #48
- Update tun2.rs by @xmh0511 in #51
- Update Dependencies by @SajjadPourali in #54
- Bump version to 0.1.1 by @SajjadPourali in #55
- Cumulative updates by @ssrlive in #58
- Refactor TCP logic by @ssrlive in #59
- Refactor code by @ssrlive in #60
- Visibility Adjustment by @ssrlive in #61
New Contributors
- @SajjadPourali made their first contribution in #7
- @ssrlive made their first contribution in #14
- @r58Playz made their first contribution in #33
- @one-d-wide made their first contribution in #36
- @RoDmitry made their first contribution in #35
Full Changelog: https://github.com/narrowlink/ipstack/commits/v0.4.0