Issue1500815
Created on 2006-06-05 08:16 by ldeller, last changed 2006-06-05 10:49 by loewis.
|
msg50430 - (view) |
Author: lplatypus (ldeller) |
Date: 2006-06-05 08:16 |
|
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.
|
|
msg50431 - (view) |
Author: Martin v. Löwis (loewis) |
Date: 2006-06-05 10:49 |
|
Logged In: YES
user_id=21627
This patch is out of date; AF_NETLINK support was added with
patch 1103116.
|
|
| Date |
User |
Action |
Args |
| 2006-06-05 08:16:02 | ldeller | create | |
|