Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions include/stunlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ extern "C" {
#define STUN_ATTR_UnknownAttribute 0x000A
#define STUN_ATTR_Software 0x8022
#define STUN_ATTR_AlternateServer 0x8023
#define STUN_ATTR_TransCount 0x8025

/*Path Discovery test attribute */
#define STUN_ATTR_PD 0x8041
Expand Down Expand Up @@ -109,8 +110,6 @@ extern "C" {
#define STUN_ATTR_ICEControlled 0x8029
#define STUN_ATTR_ICEControlling 0x802A

/* Draft loss and RTT calculation TODO:update actual calues*/
#define STUN_ATTR_TransCount 0x8072

/** IP Addr family **/
#define STUN_ADDR_IPv4Family 0x01
Expand Down