summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunho Choi <junho@cloudflare.com>2021-06-18 17:39:36 -0700
committerJunho Choi <junho.choi@gmail.com>2021-07-08 16:00:39 -0700
commit0b596a11e08df529d874cfb2ecb461936fda7118 (patch)
tree6a61441bdfd274c6ec10e62091b3fdc83ca43534 /CHANGELOG.md
parentd9d447db42a16d7f946177e093b5990fba52561e (diff)
downloadnix-0b596a11e08df529d874cfb2ecb461936fda7118.zip
Support SO_RXQ_OVFL socket option (android/fuchsia/linux)
This PR implements support of RXQ_OVFL flag and parsing ControlMessage to get the packet drop counter of UDP socket.
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 43d1fdea..f9711409 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1457](https://github.com/nix-rust/nix/pull/1457))
- Added `renameat2` for Linux
(#[1458](https://github.com/nix-rust/nix/pull/1458))
+- Added `RxqOvfl` support on Linux, Fuchsia and Android.
+ (#[1455](https://github.com/nix-rust/nix/pull/1455))
### Changed
- `ptsname_r` now returns a lossily-converted string in the event of bad UTF,