Hello,
I am studying some code involving NETLINK sockets.
The code involves a call to socket:
sock_fd = socket (AF_NETLINK, SOCK_RAW, 31)
looking at NETLINK(7) or '/usr/include/bits/socket.h' I can't find any documentation for netlink_family=31
Could you point me to some answers.
Thanks