Skip to content

Commit

Permalink
SockProtocol::Raw = libc::IPPROTO_RAW for raw sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Nov 21, 2022
1 parent 46d08eb commit 7604a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -36,6 +36,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Added `IP_TOS` `SO_PRIORITY` and `IPV6_TCLASS` sockopts for Linux
([#1853](https://github.com/nix-rust/nix/pull/1853))

- Added `SockProtocol::Raw = libc::IPPROTO_RAW` for raw sockets
([#1848](https://github.com/nix-rust/nix/pull/1848))

### Changed

- The MSRV is now 1.56.1
Expand Down

0 comments on commit 7604a8e

Please sign in to comment.