Home
last modified time | relevance | path

Searched refs:MULTICAST_RESEND_TIMEOUT_MIN_USEC (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-scope.c25 #define MULTICAST_RESEND_TIMEOUT_MIN_USEC (100 * USEC_PER_MSEC) macro
43 .resend_timeout = MULTICAST_RESEND_TIMEOUT_MIN_USEC, in dns_scope_new()
179 …s->resend_timeout = MIN(MAX(MULTICAST_RESEND_TIMEOUT_MIN_USEC, s->max_rtt * 2), MULTICAST_RESEND_T… in dns_scope_packet_received()