You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored code to use stack memory as much as possible, and avoid allocating/freeing memory. Even under intense load (200+ MBit/s), memory usage stays below 10MB.
When possible, the code uses poll_fn to process multiple I/O operations in parallel - while still using a single-threaded version of Tokio.
Improved bandwidth and throughput for the IKEv2 flow.
Fixed an issue where sometimes shutdown never completed.