diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h index aaf89f19..b0d306e4 100644 --- a/toxcore/network.h +++ b/toxcore/network.h | |||
@@ -149,7 +149,7 @@ typedef int sock_t; | |||
149 | #define NET_PACKET_ONION_RECV_2 141 | 149 | #define NET_PACKET_ONION_RECV_2 141 |
150 | #define NET_PACKET_ONION_RECV_1 142 | 150 | #define NET_PACKET_ONION_RECV_1 142 |
151 | 151 | ||
152 | /* Only used for bootstrap servers */ | 152 | /* Only used for bootstrap nodes */ |
153 | #define BOOTSTRAP_INFO_PACKET_ID 240 | 153 | #define BOOTSTRAP_INFO_PACKET_ID 240 |
154 | 154 | ||
155 | 155 | ||