Re: [ns] Droptail queue per-flow rate limiting using TokenBucket (or other mechanism?)

2009-08-04 Thread Prajjwal Devkota
If anyone wants, my implementation (which seems to be working fine enough for me, verified against another form of rate limiting), is available here: http://sites.google.com/site/linuxpebbles/Home/ns2/token-bucket-implementation-for-multiple-flows However, you will have to refer to the instructio

Re: [ns] Droptail queue per-flow rate limiting using TokenBucket (or other mechanism?)

2009-07-16 Thread Prajjwal Devkota
Just to let anyone who is interested know, since I didn't receive any suggestions, I found this implementation of token bucket: http://www.cin.ufpe.br/~cak/ns/ It seems quite easy to understand, and am currently modifying it for rate limiting multiple fids (this only deals with a single fid). My

[ns] Droptail queue per-flow rate limiting using TokenBucket (or other mechanism?)

2009-07-14 Thread Prajjwal Devkota
Hi list, I am currently doing some ethernet level rate limiting simulations using ns-2. I had been doing my simulations with a simple DropTail queue (by physically changing the link rate), but now, I am trying to see if I can apply a Token Bucket implementation to support multiple flows in a sim