Searched refs:NATMAP_INIT_RETRY (Results 1 – 2 of 2) sorted by relevance
1101 info->retry = mDNSPlatformTimeNow(m) + NATMAP_INIT_RETRY; in AllocNATInfo()1165 if (info->RetryInterval < NATMAP_INIT_RETRY) info->RetryInterval = NATMAP_INIT_RETRY; in SendNATMsg()1275 debugf("No router. Will retry NAT traversal in %ld ticks", NATMAP_INIT_RETRY); in StartGetPublicAddr()1286 n->RetryInterval = NATMAP_INIT_RETRY; in RefreshNATMapping()1457 debugf("No router. Will retry NAT traversal in %ld seconds", NATMAP_INIT_RETRY); in SendInitialPMapReq()1458 info->retry = mDNSPlatformTimeNow(m) + NATMAP_INIT_RETRY; in SendInitialPMapReq()1459 info->RetryInterval = NATMAP_INIT_RETRY; in SendInitialPMapReq()
1977 #define NATMAP_INIT_RETRY (mDNSPlatformOneSecond / 4) // start at 250ms w/ exponential dec… macro