19#ifndef DETERMINISTICESPASYNCWEBSERVER_HAPPY_EYEBALLS_H
20#define DETERMINISTICESPASYNCWEBSERVER_HAPPY_EYEBALLS_H
27#if DETWS_ENABLE_HAPPY_EYEBALLS
30#define DETWS_HE_MAX 16
34#define DETWS_HE_ATTEMPT_DELAY_MS 250
41int detws_he_pref(
const DetIp *ip);
48void detws_he_order(
DetIp *list,
size_t n);
54bool detws_he_attempt_due(uint32_t last_start_ms, uint32_t now_ms, uint32_t attempt_delay_ms);
User-facing configuration for DeterministicESPAsyncWebServer.
Layer 3 (Network) - a family-tagged IP address (IPv4 or IPv6) with RFC-faithful text parsing,...
A v4 or v6 address in network (big-endian) byte order.