Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 08:42:51 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-net <freebsd-net@FreeBSD.org>
Subject:   dummynet: bandwidth is limited to 2 Gbit/s ?
Message-ID:  <a1c0ac18-1290-a109-1c46-c8d6047cd8c1@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a1c0ac18-1290-a109-1c46-c8d6047cd8c1>