From 9246563a35063a298b92bec5cc03f84292fc5103 Mon Sep 17 00:00:00 2001 From: Tyler Stiene Date: Sat, 24 Apr 2021 13:22:09 -0400 Subject: [PATCH] openbsd readme update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0db32c1..9ada4bd 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,11 @@ go build -o mumble-discord-bridge *.go make mumble-discord-bridge ``` +### OpenBSD Users + +OpenBSD users should consider compiling a custom kernel to use 1000 ticks for the best possible performance. +See [issue 20](https://github.com/Stieneee/mumble-discord-bridge/issues/20) for the latest discussion about this topic. + ## Jitter Buffer The bridge implements simple jitter buffers that attempt to compensate for network, OS and hardware related jitter.