We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1da88c commit afaec50Copy full SHA for afaec50
CHANGELOG.md
@@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
24
25
### Changed
26
27
+- Reimplemented sendmmsg/recvmmsg to avoid allocations and with better API
28
+ (#[1744](https://github.com/nix-rust/nix/pull/1744))
29
+
30
- Rewrote the aio module. The new module:
31
* Does more type checking at compile time rather than runtime.
32
* Gives the caller control over whether and when to `Box` an aio operation.
0 commit comments