polachok / pnetlink

netlink library for rust
42 stars 13 forks source link

Switches from own ffi to libc #29

Closed bkchr closed 7 years ago

bkchr commented 7 years ago

Fixes bugs on musl where SOCK_DGRAM = 1 and not SOCK_DGRAM = 2.

bkchr commented 7 years ago

@polachok any comments?