Commit 6f427b19 authored by Youness Alaoui's avatar Youness Alaoui

stund and stunbdc should be rfc3489 compatible

parent 23621412
......@@ -265,8 +265,7 @@ static int run (int family, int protocol, unsigned port)
stun_agent_init (&agent, known_attributes,
STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_ADD_SOFTWARE |
STUN_AGENT_USAGE_USE_FINGERPRINT);
STUN_COMPATIBILITY_RFC3489, 0);
for (;;)
dgram_process (sock, &agent);
......
......@@ -167,9 +167,7 @@ StunUsageBindReturn stun_usage_bind_run (const struct sockaddr *srv,
StunUsageBindReturn bind_ret;
stun_agent_init (&agent, STUN_ALL_KNOWN_ATTRIBUTES,
STUN_COMPATIBILITY_3489BIS,
STUN_AGENT_USAGE_ADD_SOFTWARE |
STUN_AGENT_USAGE_USE_FINGERPRINT);
STUN_COMPATIBILITY_RFC3489, 0);
len = stun_usage_bind_create (&agent, &req, req_buf, sizeof(req_buf));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment