summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2021-06-23 16:36:47 +0200
committerAnthony Ramine <nox@nox.paris>2021-07-05 10:59:21 +0200
commit2e84b63ba7d8d0801344a432c1c22902d3bdaf9e (patch)
treec35ef37749a2d41bfbadd5096050bebd6bf6ad72 /CHANGELOG.md
parent58deca5b10b6246dfa1babe8ec4a27230f41f8ac (diff)
downloadnix-2e84b63ba7d8d0801344a432c1c22902d3bdaf9e.zip
Add TcpUserTimeout socket option
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 7898d42d..488a9e84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1447](https://github.com/nix-rust/nix/pull/1447))
- Added `IpFreebind` socket option (sockopt) on Linux, Fuchsia and Android.
(#[1456](https://github.com/nix-rust/nix/pull/1456))
+- Added `TcpUserTimeout` socket option (sockopt) on Linux and Fuchsia.
+ (#[1457](https://github.com/nix-rust/nix/pull/1457))
### Changed
### Fixed