dummynet: bandwidth is limited to 2 Gbit/s ?

Andriy Gapon avg at FreeBSD.org
Tue Sep 24 05:42:57 UTC 2019


It seems that the userland component of ipfw/dummynet uses int for the bandwidth
represented in bit/s.  Also, int is used for passing that value from the
userland to the kernel.

What would be the best way to extend this?
Just use a larger type?
Or maybe add another field to try to preserve KBI backward compatibility?

Thank you.
-- 
Andriy Gapon


More information about the freebsd-net mailing list