Page MenuHomeFreeBSD

ipfw: use unsigned int for dummynet bandwidth
ClosedPublic

Authored by kp on Aug 17 2021, 9:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 10:50 PM
Unknown Object (File)
Sun, Oct 12, 10:45 PM
Unknown Object (File)
Sun, Oct 12, 7:23 PM
Unknown Object (File)
Sun, Oct 12, 4:31 PM
Unknown Object (File)
Tue, Sep 30, 5:02 AM
Unknown Object (File)
Mon, Sep 29, 9:54 PM
Unknown Object (File)
Fri, Sep 26, 12:34 AM
Unknown Object (File)
Thu, Sep 25, 8:27 AM

Details

Summary

This allows the maximum value of 4294967295 (~4Gb/s) instead of previous
value of 2147483647 (~2Gb/s).

Obtained from: pfSense
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable