Rename turn files and API to be UDP specific
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Wed, 9 Apr 2014 03:58:01 +0000 (23:58 -0400)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Thu, 15 May 2014 13:44:00 +0000 (09:44 -0400)
commit6263028ed29d87a44970f928914cb89dfa659604
tree405a9e7f744ba387ae16ef576e5e3275b44c7a1c
parentb59c4bb54c135db56729d4187179f16f49b0a4c0
Rename turn files and API to be UDP specific

The TURN-TCP RFC is very different from TURN-UDP, the current turn and tcp-turn
files were only for UDP TURN RFC and UDP TURN using TCP transport.
When we implement TCP-TURN, we'll need a different algorithm, so I
renamed the files and API to avoid any confusion.
agent/agent.c
agent/conncheck.c
agent/discovery.c
socket/Makefile.am
socket/socket.h
socket/udp-turn-over-tcp.c [moved from socket/tcp-turn.c with 98% similarity]
socket/udp-turn-over-tcp.h [moved from socket/tcp-turn.h with 91% similarity]
socket/udp-turn.c [moved from socket/turn.c with 94% similarity]
socket/udp-turn.h [moved from socket/turn.h with 81% similarity]