summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-02-22 17:52:26 -0500
committerirungentoo <irungentoo@tox.im>2014-02-22 17:52:26 -0500
commitf219fb4ac1bf60eea3117df4aa8615cd07738a69 (patch)
tree4268ae9377593d8632efbbe57bb4680744014f2a /toxcore/network.h
parent388b1229b97f06ebfad1bb839a06bbeefe8cc2d1 (diff)
parent5a142bb697651693e4ce7654d2f74e688aab8894 (diff)
Merge pull request #760 from nurupo/server-to-node
Renamed dht server to dht node
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h2
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