Author ldeller
Recipients
Date 2006-06-05.08:16:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I noticed that the socket module contains the
AF_NETLINK constant, but that it was missing the code
to make it work.  Here's a patch to add netlink socket
support.

AF_NETLINK is used on Linux as a means of communication
between the kernel and user processes (though it can
actually be used between user processes too).  See the
netlink(7) manpage for some more details.
History
Date User Action Args
2007-08-23 15:52:38adminlinkissue1500815 messages
2007-08-23 15:52:38admincreate