summaryrefslogtreecommitdiff
path: root/other/apidsl/tox.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl/tox.in.h')
-rw-r--r--other/apidsl/tox.in.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 87d0ab87..fc66dfac 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -611,13 +611,8 @@ uint8_t[size] savedata {
611 * Sends a "get nodes" request to the given bootstrap node with IP, port, and 611 * Sends a "get nodes" request to the given bootstrap node with IP, port, and
612 * public key to setup connections. 612 * public key to setup connections.
613 * 613 *
614 * This function will attempt to connect to the node using UDP and TCP at the 614 * This function will attempt to connect to the node using UDP. You must use
615 * same time. 615 * this function even if ${options.this.udp_enabled} was set to false.
616 *
617 * Tox will use the node as a TCP relay in case ${options.this.udp_enabled} was
618 * false, and also to connect to friends that are in TCP-only mode. Tox will
619 * also use the TCP connection when NAT hole punching is slow, and later switch
620 * to UDP if hole punching succeeds.
621 * 616 *
622 * @param address The hostname or IP address (IPv4 or IPv6) of the node. 617 * @param address The hostname or IP address (IPv4 or IPv6) of the node.
623 * @param port The port on the host on which the bootstrap Tox instance is 618 * @param port The port on the host on which the bootstrap Tox instance is