From mboxrd@z Thu Jan 1 00:00:00 1970 From: hero lp Subject: how to execute my libipq test program? Date: Fri, 20 May 2005 08:10:03 +0800 Message-ID: <329d4f6f05051917107e881e92@mail.gmail.com> Reply-To: hero lp Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org hello, everybody. Wish you a good day! I have compiled my test program with libipq. But when I try to execute it with netqueue command, I get some troubles. ----There exists no such command. Why? Then how to execute my program? Another question: I think it's something like writer and reader problem since kernel tries to put packets into user space and my program tries to read them. Is it necessary for user application to do some work for synchronization? If not, why? Thanks for your suggestions!