diff options
| author | Michael Tuexen <tuexen@fh-muenster.de> | 2021-01-04 15:50:19 +0100 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-01-04 15:40:33 -0500 |
| commit | 2a28ff1f43e0081e6e080b26efc9efbe83b80539 (patch) | |
| tree | 3186e6bc35207cdce318e069141cfc0aab5ce0af | |
| parent | 79264ae39c1ef4b4875ab67d6f0c8c3e75aa6a34 (diff) | |
pkg/build: use RATELIMIT kernel option on FreeBSD
This option is required for the TCP RACK and TCP BBR stack.
| -rw-r--r-- | pkg/build/freebsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index 5d122688e..cbc04640e 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -31,6 +31,7 @@ options KCOV options KERN_TLS options TCPHPTS +options RATELIMIT options DEBUG_VFS_LOCKS options DIAGNOSTIC |
