Changeset 1080 for pjproject/trunk/pjnath/include/pjnath/stun_doc.h
- Timestamp:
- Mar 18, 2007 5:39:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/stun_doc.h
r1062 r1080 25 25 26 26 /** 27 * @defgroup PJ LIB_UTIL_STUN STUN and TURN28 * @ingroup PJ LIB_UTIL27 * @defgroup PJNATH_STUN STUN and TURN 28 * @ingroup PJNATH 29 29 30 30 This is the implementation of STUN/TURN in PJLIB-UTIL library. … … 55 55 @subsection stun_msg_sec Messaging and Parsing 56 56 57 The lowest layer of the STUN implementation is the @ref PJ LIB_UTIL_STUN_MSG57 The lowest layer of the STUN implementation is the @ref PJNATH_STUN_MSG 58 58 component. This part is responsible for encoding and decoding STUN messages. 59 59 … … 66 66 @subsection stun_endpt_sec Endpoint 67 67 68 The @ref PJ LIB_UTIL_STUN_ENDPOINT is used by the library to put together68 The @ref PJNATH_STUN_ENDPOINT is used by the library to put together 69 69 common settings for all STUN objects. For example, the STUN endpoint has a 70 70 reference of timer heap to poll all STUN timers, reference to ioqueue to … … 75 75 @subsection stun_clt_tsx_sec Client Transaction 76 76 77 The @ref PJ LIB_UTIL_STUN_TRANSACTION is used to manage outgoing STUN request,77 The @ref PJNATH_STUN_TRANSACTION is used to manage outgoing STUN request, 78 78 for example to retransmit the request and to notify application about the 79 79 completion of the request. 80 80 81 The @ref PJ LIB_UTIL_STUN_TRANSACTION does not use any networking operations,81 The @ref PJNATH_STUN_TRANSACTION does not use any networking operations, 82 82 but instead application must supply the transaction with a callback to 83 83 be used by the transaction to send outgoing requests. This way the STUN … … 89 89 @subsection stun_srv_sec Server Components 90 90 91 The @ref PJ LIB_UTIL_STUN_SERVER is used for:91 The @ref PJNATH_STUN_SERVER is used for: 92 92 - implementing STUN servers, and/or 93 93 - implementing server side STUN handling (for example for ICE).
Note: See TracChangeset
for help on using the changeset viewer.