summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 189fc43d..4a0ab950 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -439,7 +439,15 @@ static class options {
439 uint16_t end_port; 439 uint16_t end_port;
440 440
441 /** 441 /**
442 * The port to use for the TCP server. If 0, the tcp server is disabled. 442 * The port to use for the TCP server (relay). If 0, the TCP server is
443 * disabled.
444 *
445 * Enabling it is not required for Tox to function properly.
446 *
447 * When enabled, your Tox instance can act as a TCP relay for other Tox
448 * instance. This leads to increased traffic, thus when writing a client
449 * it is recommended to enable TCP server only if the user has an option
450 * to disable it.
443 */ 451 */
444 uint16_t tcp_port; 452 uint16_t tcp_port;
445 453