Ignore:
Timestamp:
Aug 22, 2008 5:46:33 PM (16 years ago)
Author:
bennylp
Message:

Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjturn-srv/listener_udp.c

    r1913 r2234  
    126126    for (i=0; i<concurrency_cnt; ++i) { 
    127127        pj_pool_t *rpool = pj_pool_create(srv->core.pf, "rop%p",  
    128                                           sizeof(struct read_op)+1000,  
    129                                           1000, NULL); 
    130  
    131         udp->read_op[i] = PJ_POOL_ZALLOC_T(rpool, struct read_op); 
     128                                          1000, 1000, NULL); 
     129 
     130        udp->read_op[i] = PJ_POOL_ZALLOC_T(pool, struct read_op); 
    132131        udp->read_op[i]->pkt.pool = rpool; 
    133132 
Note: See TracChangeset for help on using the changeset viewer.