Ignore:
Timestamp:
Mar 28, 2007 3:49:48 PM (17 years ago)
Author:
bennylp
Message:

Updated projects and Makefiles with the new pjnath library

File:
1 edited

Legend:

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

    r1110 r1111  
    110110 * \subsection PJNATH_STUN_ARCH STUN Library Organization 
    111111 * 
    112  
    113  \verbatim 
    114  
    115     +-----------------------------------------------------------------+ 
    116     |                                                                 | 
    117     |                   A P P L I C A T I O N                         | 
    118     |                                                                 | 
    119     +-----------------------------------------------------------------+ 
    120          ^                          ^ 
    121          |                          | 
    122          v                          v 
    123     +--------+    +-----------------------------------+    +----------+ 
    124     |        |    |                                   |    |          | 
    125     |  Appl- |<-->|      S T U N   S E S S I O N      |<-->| S T U N  | 
    126     | ication|    |                                   |    |  Authen- | 
    127     | Trans- |    +-----------------------------------+    | tication | 
    128     |  port  |    |                                   |    |          | 
    129     |        |<-->|  S T U N   T R A N S A C T I O N  |    +----------+ 
    130     |        |    |                                   | 
    131     |        |    +-----------------------------------+ 
    132     |        |    |                                   | 
    133     |        |    |    STUN MESSAGE REPRESENTATION    | 
    134     +--------+    |            AND PARSING            | 
    135                   +-----------------------------------+ 
    136  
    137  \endverbatim 
    138  
     112 * \image html stun-arch.jpg "STUN Library Architecture" 
     113 * 
    139114 * The STUN library is organized as follows: 
    140115 * 
     
    174149 * \subsection PJNATH_ICE_ARCH ICE Library Organization 
    175150 *  
     151 * \image html ice-arch.jpg "ICE Architecture" 
     152 * 
    176153 * The ICE library is organized as follows: 
    177154 * 
Note: See TracChangeset for help on using the changeset viewer.