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/ice_strans.c

    r1604 r1654  
    9898        name = "icstr%p"; 
    9999 
    100     pool = pj_pool_create(stun_cfg->pf, name, 1000, 512, NULL); 
     100    pool = pj_pool_create(stun_cfg->pf, name, PJNATH_POOL_LEN_ICE_STRANS,  
     101                          PJNATH_POOL_INC_ICE_STRANS, NULL); 
    101102    ice_st = PJ_POOL_ZALLOC_T(pool, pj_ice_strans); 
    102103    ice_st->pool = pool; 
Note: See TracChangeset for help on using the changeset viewer.