Ignore:
Timestamp:
Jul 12, 2008 9:50:48 AM (16 years ago)
Author:
bennylp
Message:

Ticket #560: Optimize the memory usage of DNS resolver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/config.h

    r2039 r2124  
    179179 * (#pj_dns_packet_dup()) is also capable of performing name compressions. 
    180180 * 
    181  * Default: 1000 (as a broad guidance, 400 is good for 4 SRV entries). 
     181 * Default: 512 
    182182 */ 
    183183#ifndef PJ_DNS_RESOLVER_RES_BUF_SIZE 
    184 #   define PJ_DNS_RESOLVER_RES_BUF_SIZE             1000 
     184#   define PJ_DNS_RESOLVER_RES_BUF_SIZE             512 
    185185#endif 
    186186 
Note: See TracChangeset for help on using the changeset viewer.