From 38e495e0d26d11fa57f2c9e62970386a2f42598e Mon Sep 17 00:00:00 2001 From: brad-defined <77982333+brad-defined@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:20:41 -0400 Subject: [PATCH] Remove EXPERIMENTAL text from routines example config. (#702) --- examples/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index 2a28dbc..0e3d3e1 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -112,13 +112,11 @@ listen: # This setting is reloadable. #send_recv_error: always -# EXPERIMENTAL: This option is currently only supported on linux and may -# change in future minor releases. -# # Routines is the number of thread pairs to run that consume from the tun and UDP queues. # Currently, this defaults to 1 which means we have 1 tun queue reader and 1 # UDP queue reader. Setting this above one will set IFF_MULTI_QUEUE on the tun # device and SO_REUSEPORT on the UDP socket to allow multiple queues. +# This option is only supported on Linux. #routines: 1 punchy: