Ignore:
Timestamp:
Aug 22, 2008 5:46:33 PM (16 years ago)
Author:
bennylp
Message:

Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info

File:
1 edited

Legend:

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

    r1988 r2234  
    237237    /** 
    238238     * The requested BANDWIDTH. Default is zero to not request any 
    239      * specific bandwidth. 
     239     * specific bandwidth. Note that this attribute has been deprecated 
     240     * after TURN-08 draft, hence application should only use this 
     241     * attribute when talking to TURN-07 or older version. 
    240242     */ 
    241243    int     bandwidth; 
     
    582584 *                      a ChannelData packet. 
    583585 * @param pkt_len       The length of the packet. 
     586 * @param parsed_len    Optional argument to receive the number of parsed 
     587 *                      or processed data from the packet. 
    584588 * 
    585589 * @return              The function may return non-PJ_SUCCESS if it receives 
     
    589593PJ_DECL(pj_status_t) pj_turn_session_on_rx_pkt(pj_turn_session *sess, 
    590594                                               void *pkt, 
    591                                                unsigned pkt_len); 
     595                                               unsigned pkt_len, 
     596                                               unsigned *parsed_len); 
    592597 
    593598 
Note: See TracChangeset for help on using the changeset viewer.