* whether there are any packets in the ip_queue
@ 2004-04-20 0:16 Jee J.Z.
2004-04-20 8:46 ` Sven Schuster
0 siblings, 1 reply; 2+ messages in thread
From: Jee J.Z. @ 2004-04-20 0:16 UTC (permalink / raw)
To: netfilter
Hi all,
I am using libipq for userspace programming on netfilter. I am having
problems to determine whether there are any packets in the ip_queue before I
call the function ipq_read(). I just don't wish to call ipq_read() when
there is no packet in the ip_queue, because I need my program to do other
things rather than waiting for a packet arriving (after calling ipq_read(),
the program will stop and wait for some time or until a packet coming from
the kernel). Are there anybody on the list who has any idea about this?
BTW, may I ask whether this is the proper list to ask about netfilter/libipq
programming, since it seems few people on the list talking about this kind
of questions?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: whether there are any packets in the ip_queue
2004-04-20 0:16 whether there are any packets in the ip_queue Jee J.Z.
@ 2004-04-20 8:46 ` Sven Schuster
0 siblings, 0 replies; 2+ messages in thread
From: Sven Schuster @ 2004-04-20 8:46 UTC (permalink / raw)
To: Jee J.Z.; +Cc: netfilter
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
On Tue, Apr 20, 2004 at 01:16:17AM +0100, Jee J.Z. told us:
> Hi all,
>
> I am using libipq for userspace programming on netfilter. I am having
> problems to determine whether there are any packets in the ip_queue before I
> call the function ipq_read(). I just don't wish to call ipq_read() when
> there is no packet in the ip_queue, because I need my program to do other
> things rather than waiting for a packet arriving (after calling ipq_read(),
> the program will stop and wait for some time or until a packet coming from
> the kernel). Are there anybody on the list who has any idea about this?
Why don't you just call ipq_read with a negative timeout value?? When
there's no packet available it will return immediately with a return
code of 0. (see "man ipq_read")
HTH
Sven
>
> BTW, may I ask whether this is the proper list to ask about netfilter/libipq
> programming, since it seems few people on the list talking about this kind
> of questions?
>
--
Linux zion 2.6.6-rc1 #1 Sat Apr 17 11:50:12 CEST 2004 i686 athlon i386 GNU/Linux
10:44:31 up 2 days, 17:42, 1 user, load average: 0.00, 0.01, 0.00
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-20 8:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-20 0:16 whether there are any packets in the ip_queue Jee J.Z.
2004-04-20 8:46 ` Sven Schuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox