diff options
author | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-10-16 14:48:23 -0400 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-10-16 17:23:40 -0400 |
commit | 6f427b195b0d96962ee4fb3ceeae91a0a7449400 (patch) | |
tree | d83a1bd20e4243e8ea6390ecba2eef909bbbb0d7 /stun/tools/stund.c | |
parent | 23621412a7d436a8e24f412da45216cb2805aee0 (diff) | |
download | libnice-6f427b195b0d96962ee4fb3ceeae91a0a7449400.tar.gz |
stund and stunbdc should be rfc3489 compatible
Diffstat (limited to 'stun/tools/stund.c')
-rw-r--r-- | stun/tools/stund.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stun/tools/stund.c b/stun/tools/stund.c index b1f965e..08ebf93 100644 --- a/stun/tools/stund.c +++ b/stun/tools/stund.c @@ -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); |