summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-06-20 21:35:20 -0400
committerirungentoo <irungentoo@gmail.com>2015-06-20 21:35:20 -0400
commit022a3ec0d87b5d029ab82fcf61dd5cb400831eb5 (patch)
tree3d175ac5dbf8b841086f271cd157a3cd9412d76e /other/apidsl
parent8383cc5ae327ba31b461493b571d0ee0834ef333 (diff)
parent4ffd5584f9dcbd5ed321239c1d78a852fafdc0b8 (diff)
Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core
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