Skip to content

Commit

Permalink
Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
mzachar authored and ShadowJonathan committed Nov 23, 2022
1 parent e9f07ee commit 7aae56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down

0 comments on commit 7aae56c

Please sign in to comment.