add punchy.respond_delay config option (#721)

This commit is contained in:
Wade Simmons
2023-03-29 15:32:35 -04:00
committed by GitHub
parent 8a82e0fb16
commit 3e5c7e6860
4 changed files with 26 additions and 6 deletions

View File

@@ -142,9 +142,12 @@ punchy:
# Default is false
#respond: true
# delays a punch response for misbehaving NATs, default is 1 second, respond must be true to take effect
# delays a punch response for misbehaving NATs, default is 1 second.
#delay: 1s
# set the delay before attempting punchy.respond. Default is 5 seconds. respond must be true to take effect.
#respond_delay: 5s
# Cipher allows you to choose between the available ciphers for your network. Options are chachapoly or aes
# IMPORTANT: this value must be identical on ALL NODES/LIGHTHOUSES. We do not/will not support use of different ciphers simultaneously!
#cipher: aes