[Click] Queue element BUG ?!?!

Paine, Thomas Asa PAINETA at uwec.edu
Wed Dec 13 12:07:42 EST 2006


Anonymous,

        InfinitSource and Print are both Agnostic elements.  In the first case, your ToDevice is polling against InfinitSouce.  In the second case you have agnostics connected to a push, which means nothing gets generated, Queue inputs are push inputs.

Try this...

InfiniteSource(...)->Print(before)->Unqueue->Queue->Print(after)->ToDevice(eth0);

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Thomas Paine (paineta at uwec.edu)
   University of Wisconsin - Eau Claire
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-----Original Message-----
From: click-bounces at pdos.csail.mit.edu [mailto:click-bounces at pdos.csail.mit.edu] On Behalf Of dfuste at ac.upc.edu
Sent: Wednesday, December 13, 2006 10:34 AM
To: click at pdos.csail.mit.edu
Subject: [Click] Queue element BUG ?!?!

OK,
this is my new situation (see my previous mails). I have installed click-1.5.0 in a linux-2.6.16.13 kernel.

Why does the config
"InfiniteSource(...)->Print(ok)->ToDevice(eth0);"
work fine and the config
"InfiniteSource(...)->Print(before)->Queue->Print(after)->ToDevice(eth0);"
only prints "before : ..."?
The packet never leaves the queue and so, it is never sent!

There is no more things I can try...I need your help :) Thanks!
_______________________________________________
click mailing list
click at amsterdam.lcs.mit.edu
https://amsterdam.lcs.mit.edu/mailman/listinfo/click



More information about the click mailing list