Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49681 invoked from network); 7 Mar 2009 15:47:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2009 15:47:19 -0000 Authentication-Results: pb1.pair.com header.from=sysoleg@yandex.ru; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sysoleg@yandex.ru; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain yandex.ru designates 77.88.61.49 as permitted sender) X-PHP-List-Original-Sender: sysoleg@yandex.ru X-Host-Fingerprint: 77.88.61.49 forwards8.yandex.ru Received: from [77.88.61.49] ([77.88.61.49:34563] helo=forwards8.yandex.ru) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/5A-31897-40792B94 for ; Sat, 07 Mar 2009 10:47:18 -0500 Received: from webmail22.yandex.ru (webmail22.yandex.ru [213.180.223.146]) by forwards8.yandex.ru (Yandex) with ESMTP id 4CA11DFCBC9 for ; Sat, 7 Mar 2009 18:47:14 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail22.yandex.ru (Yandex) with ESMTP id 323464B02A4 for ; Sat, 7 Mar 2009 18:47:14 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail22 X-Yandex-TimeMark: 1236440834 Received: from [80.252.153.3] ([80.252.153.3]) by mail.yandex.ru with HTTP; Sat, 07 Mar 2009 18:47:13 +0300 To: internals@lists.php.net MIME-Version: 1.0 Message-ID: <746151236440833@webmail22.yandex.ru> Date: Sat, 07 Mar 2009 18:47:13 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Type: multipart/mixed; boundary="----==--bound.74619.webmail22.yandex.ru" Subject: [PATCH] Netlink sockets support for Linux From: sysoleg@yandex.ru ("Oleg A. Arkhangelsky") ------==--bound.74619.webmail22.yandex.ru Content-Transfer-Encoding: 7bit Content-Type: text/plain 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 -- wbr, Oleg. ------==--bound.74619.webmail22.yandex.ru--