Ignore:
Timestamp:
Mar 29, 2007 9:54:21 PM (17 years ago)
Author:
bennylp
Message:

Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types

File:
1 edited

Legend:

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

    r1111 r1114  
    5252 
    5353/** 
    54  * @mainpage PJNATH - Open Source STUN, TURN, and ICE Library 
     54 * @mainpage PJNATH - Open Source ICE, STUN, and TURN Library 
    5555 * 
    5656 * \n 
    5757 * This is the documentation of PJNATH, an Open Source library providing 
    58  * NAT traversal helper functionalities by using standard based protocols  
    59  * such as: 
    60  *  - <b>STUN</b> (Session Traversal Utilities), 
    61  *  - <b>TURN</b> (Obtaining Relay Addresses from STUN) 
    62  *  - <b>ICE</b> (Interactive Connectivity Establishment). 
    63  *  
    64  * The following sections will give a short overview about the protocols 
    65  * supported by this library, and how they are implemented in PJNATH. 
     58 * NAT traversal helper functionalities by using standard based protocols. 
    6659 * 
    6760 * \n 
     
    7164 * Session Traversal Utilities (STUN, or previously known as Simple  
    7265 * Traversal of User Datagram Protocol (UDP) Through Network Address  
    73  * Translators (NAT)s), was previously released as IETF standard 
    74  * <A HREF="http://www.ietf.org/rfc/rfc3489.txt">RFC 3489</A>, but since 
    75  * then it has been revised into the following: 
    76  *  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-rfc3489bis-06.txt"> 
    77  *    <B>draft-ietf-behave-rfc3489bis-06</b></A> for the main STUN  
    78  *    specification, 
    79  *  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-03.txt"> 
    80  *    <B>draft-ietf-behave-turn-03</B></A> for TURN usage of STUN, 
    81  *  - and several other drafts explaining other STUN usages. 
     66 * Translators (NAT)s), is a lightweight protocol that serves as a tool for 
     67 * application protocols in dealing with NAT traversal. It allows a client 
     68 * to determine the IP address and port allocated to them by a NAT and to  
     69 * keep NAT bindings open. 
    8270 *  
    8371 * The PJNATH library provides facilities to support both the core  
     
    134122 * components with callback to send outgoing messages. 
    135123 *  
     124 * 
     125 * \subsection PJNATH_STUN_REF STUN Reference 
     126 * 
     127 * References for STUN: 
     128 * 
     129 *  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-rfc3489bis-06.txt"> 
     130 *    <B>draft-ietf-behave-rfc3489bis-06</b></A>: Session Traversal  
     131 *     Utilities for (NAT) (STUN), 
     132 *  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-03.txt"> 
     133 *    <B>draft-ietf-behave-turn-03</B></A>: Obtaining Relay Addresses  
     134 *    from Simple Traversal Underneath NAT (STUN) 
     135 *  - Obsoleted: <A HREF="http://www.ietf.org/rfc/rfc3489.txt">RFC 3489</A>. 
     136 * 
    136137 * \n 
    137138 * 
     
    171172 *    ICE stream transport and provides SDP translations to be used 
    172173 *    for SIP offer/answer exchanges. 
     174 * 
     175 * \subsection PJNATH_ICE_REF Reference 
     176 * 
     177 * References for ICE: 
     178 *  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-15.txt"> 
     179 *    <B>draft-ietf-mmusic-ice-15.txt</B></A>: Interactive Connectivity  
     180 *    Establishment (ICE): A Methodology for Network Address Translator  
     181 *    (NAT) Traversal for Offer/Answer Protocols 
    173182 */ 
    174183 
Note: See TracChangeset for help on using the changeset viewer.