tcp_port


Description:

public uint16 tcp_port { get; set; }

The port to use for the TCP server (relay). If 0, the TCP server is disabled.

Enabling it is not required for Tox to function properly.

When enabled, your Tox instance can act as a TCP relay for other Tox instance. This leads to increased traffic, thus when writing a client it is recommended to enable TCP server only if the user has an option to disable it.