Skip to content

Releases: narrowlink/ipstack

v.1.0.0

27 Dec 22:54

Choose a tag to compare

What's Changed

  • fix: avoid premature lock release, which may cause inconsistency with tcb status. by @Orvaxis in #73
  • Add comprehensive Rust documentation for ipstack by @Copilot in #76
  • Add support for espidf target in TUN_PROTO configurations by @Searchstars in #77
  • Optimize memory allocation logic when constructing packet buffer by @Searchstars in #78
  • Improve configuration API to adjust internal TCP parameters by @SajjadPourali in #80

New Contributors

  • @Copilot made their first contribution in #76
  • @Searchstars made their first contribution in #77

Full Changelog: v.0.5.0...v.1.0.0

v.0.5.0

12 Oct 02:29
f7f96e1

Choose a tag to compare

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

30 Jul 03:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/narrowlink/ipstack/commits/v0.4.0