WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB-UTIL Reference

#include <resolver.h>

Data Fields

unsigned options
 
unsigned qretr_delay
 
unsigned qretr_count
 
unsigned cache_max_ttl
 
unsigned good_ns_ttl
 
unsigned bad_ns_ttl
 

Detailed Description

This structure describes resolver settings.

Field Documentation

◆ bad_ns_ttl

unsigned pj_dns_settings::bad_ns_ttl

◆ cache_max_ttl

unsigned pj_dns_settings::cache_max_ttl

Maximum TTL for cached responses. If the value is zero, caching is disabled.

◆ good_ns_ttl

unsigned pj_dns_settings::good_ns_ttl

◆ options

unsigned pj_dns_settings::options

Options flags.

◆ qretr_count

unsigned pj_dns_settings::qretr_count

Query maximum retransmission count.

◆ qretr_delay

unsigned pj_dns_settings::qretr_delay

Query retransmit delay in msec.


The documentation for this struct was generated from the following file:

 


PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.