Skip to content

Commit b8373d2

Browse files
author
Gleb Pomykalov
committed
Support sendmmsg/recvmmsg
1 parent f94e882 commit b8373d2

File tree

4 files changed

+474
-70
lines changed

4 files changed

+474
-70
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1919
- Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189))
2020
- Added `select::FdSet::fds` method to iterate over file descriptors in a set.
2121
([#1207](https://github.com/nix-rust/nix/pull/1207))
22+
- Added support for `sendmmsg` and `recvmmsg` calls
23+
(#[1208](https://github.com/nix-rust/nix/pull/1208))
2224

2325
### Changed
2426
- Changed `fallocate` return type from `c_int` to `()` (#[1201](https://github.com/nix-rust/nix/pull/1201))

0 commit comments

Comments
 (0)