Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

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

    r1988 r2037  
    3838 * @ingroup PJNATH_STUN 
    3939 * @{ 
     40 * 
    4041 * The STUN transport provides asynchronous UDP like socket transport 
    4142 * with the additional capability to query the publicly mapped transport 
     
    129130     *    set to PJ_STUN_SOCK_BINDING_OP \a status  argument set to  
    130131     *    PJ_SUCCESS. 
    131      *  - anytime when the transport has detected that the publicly mapped 
     132     *  - anytime when the transport has detected that the publicly mapped 
    132133     *    address has changed, this callback will be called with \a op 
    133134     *    argument set to PJ_STUN_SOCK_KEEP_ALIVE_OP and \a status 
     
    135136     *    application will get the resolved public address in the 
    136137     *    #pj_stun_sock_info structure. 
    137      *  - for any terminal error (such as STUN time-out, DNS resolution 
     138     *  - for any terminal error (such as STUN time-out, DNS resolution 
    138139     *    failure, or keep-alive failure), this callback will be called  
    139140     *    with the \a status argument set to non-PJ_SUCCESS. 
Note: See TracChangeset for help on using the changeset viewer.