summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGleb Pomykalov <gleb@lancastr.com>2020-04-08 12:41:56 +0300
committerGleb Pomykalov <gleb@lancastr.com>2020-04-26 03:07:03 +0300
commit833369b2413a44ed0477cf8618e4088e523ca137 (patch)
treec246dfe95339d12f9d157312ce0b044fbda84cfe /CHANGELOG.md
parent490e979518256ae38823fd5f4c6c89005d39da84 (diff)
downloadnix-833369b2413a44ed0477cf8618e4088e523ca137.zip
Support sendmmsg/recvmmsg
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d1aec2c..5423514b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))