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 d600ddd commit 7f0fdf2Copy full SHA for 7f0fdf2
CHANGELOG.md
@@ -85,6 +85,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
85
86
### Changed
87
88
+- Reimplemented sendmmsg/recvmmsg to avoid allocations and with better API
89
+ (#[1744](https://github.com/nix-rust/nix/pull/1744))
90
+
91
- Rewrote the aio module. The new module:
92
* Does more type checking at compile time rather than runtime.
93
* Gives the caller control over whether and when to `Box` an aio operation.
0 commit comments