Ignore:
Timestamp:
Jan 2, 2008 8:24:10 AM (16 years ago)
Author:
bennylp
Message:

Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/nat_detect.c

    r1546 r1654  
    221221     * Init NAT detection session. 
    222222     */ 
    223     pool = pj_pool_create(stun_cfg->pf, "natck%p", 512, 512, NULL); 
     223    pool = pj_pool_create(stun_cfg->pf, "natck%p", PJNATH_POOL_LEN_NATCK,  
     224                          PJNATH_POOL_INC_NATCK, NULL); 
    224225    if (!pool) 
    225226        return PJ_ENOMEM; 
Note: See TracChangeset for help on using the changeset viewer.