From 5a142bb697651693e4ce7654d2f74e688aab8894 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 22 Feb 2014 17:06:07 -0500 Subject: Renamed dht server to dht node --- toxcore/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/network.h') 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; #define NET_PACKET_ONION_RECV_2 141 #define NET_PACKET_ONION_RECV_1 142 -/* Only used for bootstrap servers */ +/* Only used for bootstrap nodes */ #define BOOTSTRAP_INFO_PACKET_ID 240 -- cgit v1.2.3