Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43295 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51830 invoked from network); 10 Mar 2009 17:55:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2009 17:55:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=sysoleg@yandex.ru; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sysoleg@yandex.ru; sender-id=pass Received-SPF: pass (pb1.pair.com: domain yandex.ru designates 77.88.61.38 as permitted sender) X-PHP-List-Original-Sender: sysoleg@yandex.ru X-Host-Fingerprint: 77.88.61.38 forwards6.yandex.ru Received: from [77.88.61.38] ([77.88.61.38:48152] helo=forwards6.yandex.ru) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/ED-15363-989A6B94 for ; Tue, 10 Mar 2009 12:55:23 -0500 Received: from webmail34.yandex.ru (webmail34.yandex.ru [213.180.223.182]) by forwards6.yandex.ru (Yandex) with ESMTP id DE8F9A8C89F for ; Tue, 10 Mar 2009 20:55:17 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail34.yandex.ru (Yandex) with ESMTP id B881F59C2E8 for ; Tue, 10 Mar 2009 20:55:17 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail34 X-Yandex-TimeMark: 1236707717 Received: from [80.252.153.3] ([80.252.153.3]) by mail.yandex.ru with HTTP; Tue, 10 Mar 2009 20:55:16 +0300 To: internals@lists.php.net In-Reply-To: <746151236440833@webmail22.yandex.ru> References: <746151236440833@webmail22.yandex.ru> MIME-Version: 1.0 Message-ID: <390901236707717@webmail34.yandex.ru> Date: Tue, 10 Mar 2009 20:55:17 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: Re: [PATCH] Netlink sockets support for Linux From: sysoleg@yandex.ru ("Oleg A. Arkhangelsky") Hello, > This patch adds ability to send or receive data using Netlink [1] > sockets in Linux OS using Socket Functions in PHP. If you're going > to commit this patch, some additions to documentation will be > needed. Just let me know. I would very appreciate your comments! > [1] http://en.wikipedia.org/wiki/Netlink New version: http://www.progtech.ru/~oleg/php-netlinkV2.txt Some more changes. Fixed socket_getpeername and socket_getsockname functions to understand AF_NETLINK sockets. Patch made for PHP_5_3 branch. Any thoughts or opinions? -- wbr, Oleg