summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 094c7e65..c35b17d5 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -117,8 +117,8 @@ IP_Port getfriendip(char * client_id);
117void doDHT(); 117void doDHT();
118 118
119//if we recieve a DHT packet we call this function so it can be handled. 119//if we recieve a DHT packet we call this function so it can be handled.
120//Return 0 if packet is handled correctly or if the packet was shit. 120//Return 0 if packet is handled correctly.
121//return 1 if it didn't handle the packet. 121//return 1 if it didn't handle the packet or if the packet was shit.
122int DHT_recvpacket(char * packet, uint32_t length, IP_Port source); 122int DHT_recvpacket(char * packet, uint32_t length, IP_Port source);
123 123
124//Use this function to bootstrap the client 124//Use this function to bootstrap the client