nix icon indicating copy to clipboard operation
nix copied to clipboard

add IP_ADD/DROP_SOURCE_MEMBERSHIP sockopt

Open xgzeng opened this issue 2 years ago • 3 comments

Socket options IP_ADD_SOURCE_MEMBERSHIP / IP_DROP_SOURCE_MEMBERSHIP is used to manage source-specific multicast group; related constant and struct is defined in libc crate, but not in nix.

xgzeng avatar Feb 27 '23 07:02 xgzeng

CHANGELOG and test added, but there are some build error in CI, seems not related to change.

xgzeng avatar May 22 '23 07:05 xgzeng

@xgzeng you'll have to rebase to fix the CI failures. It looks like Github won't let me use the merge queue until you do that.

asomers avatar Aug 11 '23 15:08 asomers

ping @xgzeng can you please rebase the PR?

asomers avatar Nov 23 '23 17:11 asomers