[Patches] [ python-Patches-1500815 ] AF_NETLINK support for socket module
SourceForge.net
noreply at sourceforge.net
Mon Jun 5 10:16:02 CEST 2006
Patches item #1500815, was opened at 2006-06-05 18:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1500815&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: lplatypus (ldeller)
Assigned to: Nobody/Anonymous (nobody)
Summary: AF_NETLINK support for socket module
Initial Comment:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1500815&group_id=5470
More information about the Patches
mailing list