summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 736a3dc3..3885a1ba 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -16,9 +16,9 @@
16 16
17#include <pthread.h> 17#include <pthread.h>
18 18
19/*** Crypto payloads. ***/ 19/** Crypto payloads. */
20 20
21/** Ranges. **/ 21/** Ranges. */
22 22
23/* Packets in this range are reserved for net_crypto internal use. */ 23/* Packets in this range are reserved for net_crypto internal use. */
24#define PACKET_ID_RANGE_RESERVED_START 0 24#define PACKET_ID_RANGE_RESERVED_START 0
@@ -41,7 +41,7 @@
41#define PACKET_ID_RANGE_LOSSY_CUSTOM_END 254 41#define PACKET_ID_RANGE_LOSSY_CUSTOM_END 254
42#define PACKET_ID_RANGE_LOSSY_END 254 42#define PACKET_ID_RANGE_LOSSY_END 254
43 43
44/** Messages. **/ 44/** Messages. */
45 45
46#define PACKET_ID_PADDING 0 // Denotes padding 46#define PACKET_ID_PADDING 0 // Denotes padding
47#define PACKET_ID_REQUEST 1 // Used to request unreceived packets 47#define PACKET_ID_REQUEST 1 // Used to request unreceived packets