Archived

This forum has been archived. Please start a new discussion on GitHub.

using UDP Broadcast

I have managed to send an ICE udp call using an end point of 255.255.255.255 and it works great.

Can I send a proxy pointer via a UDP call?
Can I specify the end point of this proxy to be TCP?
If so, do i specify it at the sender end or at the receiver end?

If I can't send a proxy pointer via UDP can I extract the IP address of the call so a TCP end point can be constructed using it?

Regards

Alfred

Comments

  • marc
    marc Florida
    You can send everything using TCP, including proxies. There is no difference to TCP with respect to what you can send.

    Typically proxies are created by the server, except for bootstrapping, where you create a proxy from a string by the client.