[Bug 194453] [dummynet] pipe config bw parameter limited to 2Gbits/s (signed integer limit)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 2 13:05:20 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194453

Goran Mekić <meka at tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meka at tilda.center

--- Comment #17 from Goran Mekić <meka at tilda.center> ---
I remember a discussion (probably mailing list) that tackled this problem, and
one of the questions that was raised was ABI compatibility. There were 2
proposals:
  1. Add new uint64_t var which would be used in higher bandwidth configs
  2. Use current variable non-linearly: up to (I'm making an example) 1Gb/s
it's linear, and then it's some other curve.

I'm sorry I can't find it in lists archives so we could have a proper
reference. I might be wrong about the exact proposals, so don't trust me
blindly, but the overall idea of the two proposals is correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-net mailing list