Skip to content

Commit

Permalink
Support sendmmsg/recvmmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Pomykalov committed Apr 20, 2020
1 parent f94e882 commit 33af3b5
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 70 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189))
- Added `select::FdSet::fds` method to iterate over file descriptors in a set.
([#1207](https://github.com/nix-rust/nix/pull/1207))
- Added support for `sendmmsg` and `recvmmsg` calls
(#[1208](https://github.com/nix-rust/nix/pull/1208))

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

0 comments on commit 33af3b5

Please sign in to comment.