From 7aae56cc8bfe7e7c6d5c14cd1fe99f51a1602fd4 Mon Sep 17 00:00:00 2001 From: mzachar Date: Sun, 6 Nov 2022 01:36:47 +0100 Subject: [PATCH] Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappers --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 267d18097d..e91f17298b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ([#1848](https://github.com/nix-rust/nix/pull/1848)) - added `IP_MTU` (`IpMtu`) `IPPROTO_IP` sockopt on Linux and Android. ([#1865](https://github.com/nix-rust/nix/pull/1865)) +- Added `IP_TOS` `SO_PRIORITY` and `IPV6_TCLASS` sockopts for Linux + ([#1853](https://github.com/nix-rust/nix/pull/1853)) ### Changed