We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1eaf commit 3591ed8Copy full SHA for 3591ed8
CHANGELOG.md
@@ -24,6 +24,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
24
- Added vsock support for macOS ([#2056](https://github.com/nix-rust/nix/pull/2056))
25
- Added `SO_SETFIB` and `SO_USER_COOKIE` to `nix::sys::socket::sockopt` for FreeBSD.
26
([#2085](https://github.com/nix-rust/nix/pull/2085))
27
+- Added `SO_RTABLE` for OpenBSD and `SO_ACCEPTFILTER` for FreeBSD/NetBSD to `nix::sys::socket::sockopt`.
28
+ ([#2085](https://github.com/nix-rust/nix/pull/2085))
29
30
### Changed
31
0 commit comments