summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-14 02:22:39 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-14 13:28:42 +0000
commitcb22b3df5f0b7509a37e091360ecbb4d8a9f2873 (patch)
treedd12e81f5f61e6ec268bd03d2e6951a7abee9506 /toxcore/onion_client.c
parent11ad5471b91dc1b36552ba4e5a3ea434c8a30f5f (diff)
Fix up comments a bit to start being more uniform.
Tokstyle (check-cimple) will start enforcing comment formats at some point. It will not support arbitrary stuff in comments, and will parse them. The result can then be semantically analysed.
Diffstat (limited to 'toxcore/onion_client.c')
-rw-r--r--toxcore/onion_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.c b/toxcore/onion_client.c
index dcec7ba8..e161928b 100644
--- a/toxcore/onion_client.c
+++ b/toxcore/onion_client.c
@@ -1686,7 +1686,7 @@ static void do_announce(Onion_Client *onion_c)
1686 1686
1687 uint32_t pathnum = list_nodes[i].path_used % NUMBER_ONION_PATHS; 1687 uint32_t pathnum = list_nodes[i].path_used % NUMBER_ONION_PATHS;
1688 1688
1689 /* A node/path is considered 'stable', and can be pinged less 1689 /* A node/path is considered "stable", and can be pinged less
1690 * aggressively, if it has survived for at least TIME_TO_STABLE 1690 * aggressively, if it has survived for at least TIME_TO_STABLE
1691 * and the latest packets sent to it are not timing out. 1691 * and the latest packets sent to it are not timing out.
1692 */ 1692 */