Skip to content

0.5.4

Compare
Choose a tag to compare
@wiresock wiresock released this 09 Jan 15:05
· 6 commits to refs/heads/main since this release

Version 0.5.4 Release Notes

🚀 Enhancements:

  • Improved Asynchronous Demo Performance: Updated the async-packthru example for better high-load performance. Traffic visualization on the console is now handled by a dedicated task, making it more efficient for high-load performance testing.
  • Structs and Unions Reexport: Reexported key structs and unions in the filters module, enhancing module usability and integration (@kgv, PR #18).
  • StaticFilter Re-exported: Addressed Issue #16 by re-exporting StaticFilter in ndisapi-rs. This update improves functionality and addresses the missing component reported in the issue (@wiresock, PR #17).