Ignore:
Timestamp:
Jul 6, 2006 2:28:45 PM (18 years ago)
Author:
bennylp
Message:

Set the caching pool workspace size in pjsip-test to 2MB (configurable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/test.h

    r563 r589  
    2626#define TEST_UDP_PORT       15060 
    2727#define TEST_UDP_PORT_STR   "15060" 
     28 
     29/** 
     30 * Memory size to use in caching pool. 
     31 * Default: 2MB 
     32 */ 
     33#ifndef PJSIP_TEST_MEM_SIZE 
     34#  define PJSIP_TEST_MEM_SIZE       (2*1024*1024) 
     35#endif 
     36 
    2837 
    2938 
Note: See TracChangeset for help on using the changeset viewer.