handshakes
handshakes.try_interval
Section titled “handshakes.try_interval”Handshakes are sent to all known addresses at each interval with a linear backoff, waiting try_interval after the 1st
attempt, 2 * try_interval after the 2nd, etc, until the handshake is older than timeout.
handshakes.retries
Section titled “handshakes.retries”A 100ms interval with the default 10 retries will give a handshake 5.5 seconds to resolve before timing out.
handshakes.trigger_buffer
Section titled “handshakes.trigger_buffer”trigger_buffer is the size of the buffer channel for quickly sending handshakes after receiving the response for
lighthouse queries.
handshakes: try_interval: 100ms retries: 10 trigger_buffer: 64