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 26, 2020
1 parent 490e979 commit 833369b
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 55 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -23,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#1207](https://github.com/nix-rust/nix/pull/1207))
- Added support for UDP generic segmentation offload (GSO) and generic
receive offload (GRO) ([#1209](https://github.com/nix-rust/nix/pull/1209))
- 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 833369b

Please sign in to comment.