From c20062e633f67d1c1586198a8c2ca6c7d90d950e Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 17 Apr 2015 20:55:29 -0400 Subject: Fixed some tox.h comments. --- toxcore/tox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toxcore/tox.h b/toxcore/tox.h index 8e368851..d490eb91 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -368,7 +368,7 @@ struct Tox_Options { * exceed 255 characters, and be in a NUL-terminated C string format * (255 chars + 1 NUL byte). * - * This member is ignored (it can be NULL) if proxy_enabled is false. + * This member is ignored (it can be NULL) if proxy_type is TOX_PROXY_TYPE_NONE. */ const char *proxy_host; @@ -376,7 +376,7 @@ struct Tox_Options { * The port to use to connect to the proxy server. * * Ports must be in the range (1, 65535). The value is ignored if - * proxy_enabled is false. + * proxy_type is TOX_PROXY_TYPE_NONE. */ uint16_t proxy_port; @@ -1628,7 +1628,7 @@ typedef enum TOX_ERR_FILE_SEND { * a file name, not a path with directory names. * * If a non-zero file size is provided, this can be used by both sides to - * determine the sending progress. File size can be set to zero for streaming + * determine the sending progress. File size can be set to UINT64_MAX for streaming * data of unknown size. * * File transmission occurs in chunks, which are requested through the -- cgit v1.2.3