mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-09 20:13:57 +01:00
Remove EXPERIMENTAL text from routines example config. (#702)
This commit is contained in:
parent
78a0255c91
commit
38e495e0d2
@ -112,13 +112,11 @@ listen:
|
|||||||
# This setting is reloadable.
|
# This setting is reloadable.
|
||||||
#send_recv_error: always
|
#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.
|
# 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
|
# 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
|
# 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.
|
# device and SO_REUSEPORT on the UDP socket to allow multiple queues.
|
||||||
|
# This option is only supported on Linux.
|
||||||
#routines: 1
|
#routines: 1
|
||||||
|
|
||||||
punchy:
|
punchy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user