nix icon indicating copy to clipboard operation
nix copied to clipboard

sockaddr_ndrv support on macos

Open qrnch-jan opened this issue 3 years ago • 4 comments
trafficstars

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.

qrnch-jan avatar May 06 '22 18:05 qrnch-jan

Yeah, it's not. Care to submit a PR?

asomers avatar May 06 '22 18:05 asomers

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.

qrnch-jan avatar May 07 '22 18:05 qrnch-jan

In Github-speak, PR means "Pull Request".

asomers avatar May 07 '22 18:05 asomers

@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?

SteveLauC avatar Aug 13 '22 11:08 SteveLauC