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/include/pjsip/sip_transport.h

    r550 r563  
    705705 
    706706    pjsip_transport_type_e  type;           /**< Transport type.        */ 
    707     char                    type_name[8];   /**< Type string name.      */ 
     707    char                   *type_name;      /**< Type string name.      */ 
    708708    unsigned                flag;           /**< Transport flag.        */ 
    709709 
     
    722722                                    int addr_len, 
    723723                                    pjsip_transport **transport); 
     724 
     725    /** 
     726     * Destroy the listener. 
     727     */ 
     728    pj_status_t (*destroy)(pjsip_tpfactory *factory); 
    724729 
    725730    /* 
Note: See TracChangeset for help on using the changeset viewer.