udp_enabled


Description:

public bool udp_enabled { get; set; }

Enable the use of UDP communication when available.

Setting this to false will force Tox to use TCP only. Communications will need to be relayed through a TCP relay node, potentially slowing them down.

If a proxy is enabled, UDP will be disabled if either toxcore or the proxy don't support proxying UDP messages.