summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-12-30 02:30:44 +0000
committerGitHub <noreply@github.com>2021-12-30 02:30:44 +0000
commitb9eb19778a58603aae232bc838a8b8d8afd87c56 (patch)
tree35d76ceca21b7e8511edf0bb2e40eb39ec6b9993 /CHANGELOG.md
parentc77a8728b558dc75a9a023c669543bf23dd13a9f (diff)
parenta9829853df9192048be39cb9593206b8492748f6 (diff)
downloadnix-b9eb19778a58603aae232bc838a8b8d8afd87c56.zip
Merge #1564
1564: Add support for the SO_TXTIME sockopt and SCM_TXTIME control message r=asomers a=ghedo Co-authored-by: Alessandro Ghedini <alessandro@cloudflare.com>
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 23c5c088..4c4516ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1547](https://github.com/nix-rust/nix/pull/1547))
- Added getter methods to `MqAttr` struct
(#[1619](https://github.com/nix-rust/nix/pull/1619))
+- Added the `TxTime` sockopt and control message.
+ (#[1564](https://github.com/nix-rust/nix/pull/1564))
### Changed
### Fixed