nix
nix copied to clipboard
sockaddr_ndrv support on macos
I would like to be able to use the PF_NDRV socket type (with its associated sockaddr_ndrv socket address type). It's roughly the same as sockaddr_ll on linux. I did some ripgrep:ing in the nix repo, but found no mention of sockaddr_ndrv so I'm assuming its not there.
Yeah, it's not. Care to submit a PR?
Can you clarify what you mean by "PR"? I come from an era where "PR" meant "Problem Report", and I thought creating a GitHub "Issue" was the equivalent of a PR.
In Github-speak, PR means "Pull Request".
@qrnch-jan Hi, I would like to try to implement this, but I find this feature barely documented. Would you like to provide some documentation if you could?