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

pj_dns_parsed_rr::rdata::srv Struct Reference

#include <dns.h>

Data Fields

pj_uint16_t prio
 
pj_uint16_t weight
 
pj_uint16_t port
 
pj_str_t target
 

Detailed Description

SRV Resource Data (PJ_DNS_TYPE_SRV, 33)

Field Documentation

◆ port

pj_uint16_t pj_dns_parsed_rr::rdata::srv::port

Port number of the service

◆ prio

pj_uint16_t pj_dns_parsed_rr::rdata::srv::prio

Target priority (lower is higher).

◆ target

pj_str_t pj_dns_parsed_rr::rdata::srv::target

Target name.

◆ weight

pj_uint16_t pj_dns_parsed_rr::rdata::srv::weight

Weight/proportion


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.