[Click] Burster(I,N) -> ToDevice(eth0)

Beyers Cronje bcronje at gmail.com
Tue Feb 28 15:04:50 EST 2006


Lesedi,

>From the Burster documentation
http://pdos.csail.mit.edu/click/doc/Burster.n.html

"There are usually Queues both upstream and downstream of *Burster*elements."

So my guess would be to have something like Queue(2000) -> Burster(i,n) ->
Queue(2000) -> ToDevice(eth0);

Beyers

On 2/28/06, Lesedi <lesedi.kgosietsile at gmail.com> wrote:
>
> Hello again,
>
> I ran into another problem.I am using userlevel and I want my click code
> to
> implement something like
>
> Queue(2000) -> Burster(i,n) ->  ToDevice(eth0);
>
> >From what i know of click so far i cannot connect Burster to ToDevice
> because its pull-push conected to pull which is wrong.In my project i want
> to output to eth0 a burst of packets per interval which a Burster element
> does.Now I dont know how to play around click to do that.
>
> One thing also that i dont understand is ,when i put Print(ok) like
> below,it
> does not print out.
>
> Queue(2000) -> Print(ok) -> Burster(1,10) -> Discard;
>
> My click code so far is
>
> ... -> EtherEncap ( ) -> Queue( ) ->Print(ok) -> Burster( ) -> ToDevice(
> );
>
> and ofcourse its not working.Do you have any idea on how i can go about
> making it to give me the same results as the literal implementation above.
>
> thanking you in advance
> sedi
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>


More information about the click mailing list