|
HOME
SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port
FAQ
Documentation
Licensing
Download
Development (Trac)
Projects using pjsip
Mailing List
Open Source Links
About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono <bennylp pjsip.org>
|
|
Home --> Documentations --> PJLIB-UTIL Reference
config.h00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __PJLIB_UTIL_CONFIG_H__
00020 #define __PJLIB_UTIL_CONFIG_H__
00021
00022
00035
00036
00037
00038
00042 #ifndef PJ_DNS_MAX_IP_IN_A_REC
00043 # define PJ_DNS_MAX_IP_IN_A_REC 8
00044 #endif
00045
00046
00050 #ifndef PJ_DNS_SRV_MAX_ADDR
00051 # define PJ_DNS_SRV_MAX_ADDR 8
00052 #endif
00053
00054
00067 #ifndef PJ_DNS_MAX_NAMES_IN_NAMETABLE
00068 # define PJ_DNS_MAX_NAMES_IN_NAMETABLE 16
00069 #endif
00070
00071
00072
00073
00074
00075
00076
00080 #ifndef PJ_DNS_RESOLVER_MAX_NS
00081 # define PJ_DNS_RESOLVER_MAX_NS 16
00082 #endif
00083
00084
00091 #ifndef PJ_DNS_RESOLVER_QUERY_RETRANSMIT_DELAY
00092 # define PJ_DNS_RESOLVER_QUERY_RETRANSMIT_DELAY 2000
00093 #endif
00094
00095
00102 #ifndef PJ_DNS_RESOLVER_QUERY_RETRANSMIT_COUNT
00103 # define PJ_DNS_RESOLVER_QUERY_RETRANSMIT_COUNT 5
00104 #endif
00105
00106
00116 #ifndef PJ_DNS_RESOLVER_MAX_TTL
00117 # define PJ_DNS_RESOLVER_MAX_TTL (5*60)
00118 #endif
00119
00130 #ifndef PJ_DNS_RESOLVER_INVALID_TTL
00131 # define PJ_DNS_RESOLVER_INVALID_TTL 60
00132 #endif
00133
00147 #ifndef PJ_DNS_RESOLVER_GOOD_NS_TTL
00148 # define PJ_DNS_RESOLVER_GOOD_NS_TTL (10*60)
00149 #endif
00150
00159 #ifndef PJ_DNS_RESOLVER_BAD_NS_TTL
00160 # define PJ_DNS_RESOLVER_BAD_NS_TTL (1*60)
00161 #endif
00162
00163
00170 #ifndef PJ_DNS_RESOLVER_MAX_UDP_SIZE
00171 # define PJ_DNS_RESOLVER_MAX_UDP_SIZE 512
00172 #endif
00173
00174
00183 #ifndef PJ_DNS_RESOLVER_RES_BUF_SIZE
00184 # define PJ_DNS_RESOLVER_RES_BUF_SIZE 512
00185 #endif
00186
00187
00193 #ifndef PJ_DNS_RESOLVER_TMP_BUF_SIZE
00194 # define PJ_DNS_RESOLVER_TMP_BUF_SIZE 4000
00195 #endif
00196
00197
00198
00199
00200
00201
00202
00208 #ifndef PJ_SCANNER_USE_BITWISE
00209 # define PJ_SCANNER_USE_BITWISE 1
00210 #endif
00211
00212
00213
00214
00215
00216
00217
00224 #ifndef PJSTUN_MAX_ATTR
00225 # define PJSTUN_MAX_ATTR 16
00226 #endif
00227
00228
00235 #ifndef PJ_STUN_MAX_ATTR
00236 # define PJ_STUN_MAX_ATTR 16
00237 #endif
00238
00239
00240
00241
00242
00243
00252 #ifndef PJ_CRC32_HAS_TABLES
00253 # define PJ_CRC32_HAS_TABLES 1
00254 #endif
00255
00256
00261 #endif
00262
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
(C)2001-2008 Benny Prijono
|
|