v0.8.0
What's Changed
- test: trackers by @rlve in #106
- test: certificate verifier and TLS config by @rlve in #114
- perf: drain the UDP socket per wakeup instead of ticking per datagram by @richard-ramos in #117
- feat: add UDP GSO/USO support by @richard-ramos in #115
- test: routing by @rlve in #118
- perf: stop copying 64KB per receive wakeup under arc/orc by @richard-ramos in #120
- test: stream read/write locking and timeout re-arm by @rlve in #128
- perf: coalesce engine ticks, gated on write size by @richard-ramos in #121
- perf: take stream write payloads as sink by @richard-ramos in #123
- perf: add a pointer overload for stream writes by @richard-ramos in #124
- perf: settle pending stream operations on close instead of racing by @richard-ramos in #125
- perf: skip CID routing and the sockaddr bounce buffer on the packet-in path by @richard-ramos in #133
- perf: compare address families directly in prepareDestAddr by @richard-ramos in #131
- perf: reuse a stack WSABUF and heap-fall-back on the Windows send path by @richard-ramos in #132
Full Changelog: v0.7.0...v0.8.0