Commit f3280207 authored by Youness Alaoui's avatar Youness Alaoui

Correctly process LIFETIME and BANDWIDTH attributes

parent c773aebc
...@@ -289,6 +289,9 @@ StunUsageTurnReturn stun_usage_turn_process (StunMessage *msg, ...@@ -289,6 +289,9 @@ StunUsageTurnReturn stun_usage_turn_process (StunMessage *msg,
} }
} }
stun_message_find32 (msg, STUN_ATTRIBUTE_LIFETIME, lifetime);
stun_message_find32 (msg, STUN_ATTRIBUTE_BANDWIDTH, bandwidth);
stun_debug (" Mapped address found!\n"); stun_debug (" Mapped address found!\n");
return ret; return ret;
......
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