Disable retransmission of turn messages for reliable socket.
authorMadaro Livio <livio.madaro@telecomitalia.it>
Thu, 9 Feb 2012 02:59:31 +0000 (21:59 -0500)
committerYouness Alaoui <youness.alaoui@collabora.co.uk>
Thu, 9 Feb 2012 02:59:31 +0000 (21:59 -0500)
commite4eb5659252b699c4188ee8fc5714ea0aacafbc9
treebe97956401487e95e89619a2630a3b19be2da422
parent06d42f1cbe9f8c2730d42642ecad898e4338b736
Disable retransmission of turn messages for reliable socket.
If a client connects to a TURN server using a reliable socket (TCP)
then retransmission of TURN messages (allocation request) is not needed.
Libnice 0.1.1 retransmit the TURN messages (allocation request) in the
same way for reliable (TCP) and not reliable (UDP) socket.
agent/discovery.c