Ignore:
Timestamp:
Jun 28, 2006 4:46:49 PM (18 years ago)
Author:
bennylp
Message:

Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport_loop.c

    r315 r563  
    7474 
    7575    pool = pjsip_endpt_create_pool(loop->base.endpt, "rdata",  
    76                                    PJSIP_POOL_RDATA_LEN, PJSIP_POOL_RDATA_INC); 
     76                                   PJSIP_POOL_RDATA_LEN,  
     77                                   PJSIP_POOL_RDATA_INC+5); 
    7778    if (!pool) 
    7879        return NULL; 
Note: See TracChangeset for help on using the changeset viewer.