Skip to content

Commit

Permalink
fixup! Added better support for unnamed unix socket addrs
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
stevenengler authored and ShadowJonathan committed Nov 23, 2022
1 parent 7aae56c commit e9a79b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -42,6 +42,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#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))
- Added `new_unnamed` and `is_unnamed` for `UnixAddr` on Linux and Android.
([#1857](https://github.com/nix-rust/nix/pull/1857))

### Changed

Expand Down

0 comments on commit e9a79b5

Please sign in to comment.