udp-turn: Don't expose GSocket
authorOlivier Crête <olivier.crete@collabora.com>
Sat, 20 Feb 2016 01:47:08 +0000 (20:47 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 26 May 2016 20:03:54 +0000 (16:03 -0400)
commit0a6c779f1f24099db2c1cd34cd339e240682525d
treeba21b2f43e8e243cf419de4e43d8aa3d0d86b659
parent5b27b028d8ad89214dc7b1ecd018f56aa0333b9c
udp-turn: Don't expose GSocket

UDP turn sockets should never be read frm directly.
Because they may share the same socket with the non-relay,
so the incoming data may not be relayed and then the NiceSocket
API doesn't allow returning the base socket as the source.
agent/conncheck.c
socket/udp-turn.c