socket9 0.1.0-alpha.1

Extended untilities for the networking/unix sockets and raw network sockets
Documentation
1
2
3
4
5
6
7
8
9
10
11
Add:
    SOL_SOCKET:
        SO_ATTACH_BPF (Linux)
        SO_ATTACH_REUSEPORT_CBPF SO_ATTACH_REUSEPORT_EBPF (linux)
        SO_BSDCOMPAT, SO_DETACH_BPF, SO_BINDTODEVICE, SO_BINDTOIFINDEX, SO_INCOMING_CPU, SO_COOKIE, SO_BUSY_POLL


https://github.com/rust-lang/rust/issues/128704

https://man7.org/linux/man-pages/man2/recvmmsg.2.html 
https://man.freebsd.org/cgi/man.cgi?recvmsg(2)