Ignore:
Timestamp:
Jun 21, 2008 12:36:56 PM (16 years ago)
Author:
bennylp
Message:

Fixed bug with authenticating STUN messages when unrecognized/unknown non-mandatory STUN attribute is present in the message

File:
1 edited

Legend:

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

    r1997 r2041  
    583583     
    584584    /** 
     585     * Special signature to indicate that this is a valid attribute even 
     586     * though we don't have meta-data to describe this attribute. 
     587     */ 
     588    pj_uint32_t         magic; 
     589 
     590    /** 
    585591     * Length of the data. 
    586592     */ 
Note: See TracChangeset for help on using the changeset viewer.