From 03a511482ffa643a636cd5bcce596f110ca2d8e0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 16 May 2020 23:04:10 +0100 Subject: Format comments according to tokstyle's requirements. --- toxcore/net_crypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/net_crypto.h') diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h index 3885a1ba..33275708 100644 --- a/toxcore/net_crypto.h +++ b/toxcore/net_crypto.h @@ -87,7 +87,7 @@ #define CRYPTO_SEND_PACKET_INTERVAL 1000 /* The maximum number of times we try to send the cookie request and handshake - before giving up. */ + * before giving up. */ #define MAX_NUM_SENDPACKET_TRIES 8 /* The timeout of no received UDP packets before the direct UDP connection is considered dead. */ @@ -100,7 +100,7 @@ #define CRYPTO_MAX_PADDING 8 /* Base current transfer speed on last CONGESTION_QUEUE_ARRAY_SIZE number of points taken - at the dT defined in net_crypto.c */ + * at the dT defined in net_crypto.c */ #define CONGESTION_QUEUE_ARRAY_SIZE 12 #define CONGESTION_LAST_SENT_ARRAY_SIZE (CONGESTION_QUEUE_ARRAY_SIZE * 2) -- cgit v1.2.3