Hi John, So it'll depend on what you're trying to test. The basic idea is simple -- just send a lot of packets into a queue that isn't draining that fast. RED drops packets in this configuration for me:
RatedSource(RATE 1000) -> r::RED(10, 20, 0.2) -> Queue -> TimedSink(0.0005); r[1] -> Print -> Discard (Dropped packets are printed.) Note that this config doesn't have any kind of end-to-end feedback loop, like you'd see with TCP congestion control. Eddie John Stille wrote: > I was wondering if there was a sample configuration for testing RED. I saw > test2.click, however RED doesn't actually drop any packets during this test. > I was looking for an example where RED would actually drop packets. Help > would be appreciated. You can send to [EMAIL PROTECTED] or I will be > checking the mailing list. > > Thanks, > John > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
