Re: [Vtun-devel] Very low speed configuration

2008-07-01 Thread bishop
Hi Noam, The minimum speed of 8k is set in lfd_shaper.c: > 50: max_speed = host->spd_out / 8 * 1024; It's primitive, but that's the number. It could be (hacked out to a #define and then) tuned to a lower number, if you wanted, but it would be a compilation you'd have to build and support o

[Vtun-devel] Very low speed configuration

2008-07-01 Thread Bugo K
Hello, I saw in the documentation that currently the lowest configurable speed for vtun is 8 Kb/s. Is there a good reason for that? I want to simulate a very low bandwidth medium - 128 bits per second. Is it possible for me to tweak vtun to do that? Would it work? Thanks, Noam.