diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/apidsl/tox.in.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index 30c78e44..493dd18e 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h | |||
@@ -431,7 +431,15 @@ static class options { | |||
431 | uint16_t end_port; | 431 | uint16_t end_port; |
432 | 432 | ||
433 | /** | 433 | /** |
434 | * The port to use for the TCP server. If 0, the tcp server is disabled. | 434 | * The port to use for the TCP server (relay). If 0, the TCP server is |
435 | * disabled. | ||
436 | * | ||
437 | * Enabling it is not required for Tox to function properly. | ||
438 | * | ||
439 | * When enabled, your Tox instance can act as a TCP relay for other Tox | ||
440 | * instance. This leads to increased traffic, thus when writing a client | ||
441 | * it is recommended to enable TCP server only if the user has an option | ||
442 | * to disable it. | ||
435 | */ | 443 | */ |
436 | uint16_t tcp_port; | 444 | uint16_t tcp_port; |
437 | 445 | ||