Ignore:
Timestamp:
May 3, 2007 7:56:21 PM (17 years ago)
Author:
bennylp
Message:

Misc Symbian fixes, looks good

File:
1 edited

Legend:

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

    r1210 r1248  
    9797        name = "icstr%p"; 
    9898 
    99     pool = pj_pool_create(stun_cfg->pf, name, 4000, 4000, NULL); 
     99    pool = pj_pool_create(stun_cfg->pf, name, 1000, 512, NULL); 
    100100    ice_st = PJ_POOL_ZALLOC_T(pool, pj_ice_strans); 
    101101    ice_st->pool = pool; 
Note: See TracChangeset for help on using the changeset viewer.