nebula/examples
Wade Simmons 179a369130
add configuration options for HandshakeManager (#179)
This change exposes the current constants we have defined for the handshake
manager as configuration options. This will allow us to test and tweak
with different intervals and wait rotations.

    # Handshake Manger Settings
    handshakes:
      # Total time to try a handshake = sequence of `try_interval * retries`
      # With 100ms interval and 20 retries it is 23.5 seconds
      try_interval: 100ms
      retries: 20

      # wait_rotation is the number of handshake attempts to do before starting to try non-local IP addresses
      wait_rotation: 5
2020-02-21 16:25:11 -05:00
..
quickstart-vagrant conform to new build format for vagrant (#153) 2020-01-08 11:32:28 -08:00
service_scripts Public Release 2019-11-19 17:00:20 +00:00
config.yml add configuration options for HandshakeManager (#179) 2020-02-21 16:25:11 -05:00