Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
948: socket: add AF_UNSPEC to AddressFamily r=asomers a=levex Hi! I work on a [crate](https://github.com/levex/network-bridge-rs) where it would make sense to use `AF_UNSPEC` in place of `AF_INET`, since that's the API most bridge libraries use. Unfortunately, it seems that `nix` is missing a representation for `AF_UNSPEC`. This PR adds `Unspec` to `AddressFamily`, so we can now represent `AF_UNSPEC`. Co-authored-by: Levente Kurusa <lkurusa@acm.org>
- Loading branch information