[Patches] [ python-Patches-1500815 ] AF_NETLINK support for socket module

SourceForge.net noreply at sourceforge.net
Mon Jun 5 12:49:21 CEST 2006


Patches item #1500815, was opened at 2006-06-05 10:16
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Out of Date
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.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-06-05 12:49

Message:
Logged In: YES 
user_id=21627

This patch is out of date; AF_NETLINK support was added with
patch 1103116.

----------------------------------------------------------------------

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