Ignore:
Timestamp:
Jun 6, 2008 2:47:10 PM (16 years ago)
Author:
bennylp
Message:

Major major modifications related to ticket #485 (support for TURN-07):

  • Added STUN socket transport pj_stun_sock
  • Integration of TURN-07 to ICE
  • Major refactoring in ICE stream transport to make it simpler
  • Major modification (i.e. API change) in almost everywhere else
  • Much more elaborate STUN, TURN, and ICE tests in pjnath-test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/errno.h

    r1862 r1988  
    122122 
    123123 
     124/************************************************************ 
     125 * STUN SESSION/TRANSPORT ERROR CODES 
     126 ***********************************************************/ 
     127/** 
     128 * @hideinitializer 
     129 * STUN object has been destoyed. 
     130 */ 
     131#define PJNATH_ESTUNDESTROYED       (PJNATH_ERRNO_START+60) /* 370060 */ 
     132 
    124133 
    125134/************************************************************ 
Note: See TracChangeset for help on using the changeset viewer.