From 5ea703c844b12e86702c35b53b0b798fe5f86634 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 29 May 2015 19:01:14 -0400 Subject: Comment fix. --- other/apidsl/tox.in.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'other/apidsl') 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 { * Sends a "get nodes" request to the given bootstrap node with IP, port, and * public key to setup connections. * - * This function will attempt to connect to the node using UDP and TCP at the - * same time. - * - * Tox will use the node as a TCP relay in case ${options.this.udp_enabled} was - * false, and also to connect to friends that are in TCP-only mode. Tox will - * also use the TCP connection when NAT hole punching is slow, and later switch - * to UDP if hole punching succeeds. + * This function will attempt to connect to the node using UDP. You must use + * this function even if ${options.this.udp_enabled} was set to false. * * @param address The hostname or IP address (IPv4 or IPv6) of the node. * @param port The port on the host on which the bootstrap Tox instance is -- cgit v1.2.3