summaryrefslogtreecommitdiff
path: root/stun/stunagent.h
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@ktknet.cz>2016-06-29 06:40:27 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-26 17:50:38 -0400
commit2803a0b4b70af9684e05ef5ed3f0c2fbca4b6c93 (patch)
tree869ba84d16f83b0e69b64a91b5c74026e4ac14d5 /stun/stunagent.h
parent7e5ab23cbb7b2d1e4023a8016abf4793e9606bbb (diff)
downloadlibnice-2803a0b4b70af9684e05ef5ed3f0c2fbca4b6c93.tar.gz
ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2
Client should stop sending connectivity checks with legacy FINGERPRINT when it receives a conncheck message containing IMPLEMENTATION-VERSION attribute. Differential Revision: https://phabricator.freedesktop.org/D1139
Diffstat (limited to 'stun/stunagent.h')
-rw-r--r--stun/stunagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stun/stunagent.h b/stun/stunagent.h
index 56587a6..aabe299 100644
--- a/stun/stunagent.h
+++ b/stun/stunagent.h
@@ -203,6 +203,7 @@ struct stun_agent_t {
uint16_t *known_attributes;
StunAgentUsageFlags usage_flags;
const char *software_attribute;
+ bool ms_ice2_send_legacy_connchecks;
};
/**