Commit 984b21a5 authored by Youness Alaoui's avatar Youness Alaoui

stun daemon now needs the USE_FINGERPRINT flag

parent f83976c8
...@@ -265,7 +265,8 @@ static int run (int family, int protocol, unsigned port) ...@@ -265,7 +265,8 @@ static int run (int family, int protocol, unsigned port)
stun_agent_init (&agent, known_attributes, stun_agent_init (&agent, known_attributes,
STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_ADD_SERVER); STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_ADD_SERVER |
STUN_AGENT_USAGE_USE_FINGERPRINT);
for (;;) for (;;)
dgram_process (sock, &agent); dgram_process (sock, &agent);
......
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