Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket: Support
NETLINK_GET_STRICT_CHK
Introduce `Socket::set_netlink_get_strict_chk()` wrapping: ```rust libc::setsockopt( fd, libc::SOL_NETLINK, libc::NETLINK_GET_STRICT_CHK, 1u32.to_ne_bytes().as_ptr() as *const _, 4, ) ``` Signed-off-by: Gris Ge <[email protected]>
- Loading branch information