diff options
Diffstat (limited to 'core/DHT.h')
-rw-r--r-- | core/DHT.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,8 +117,8 @@ IP_Port getfriendip(char * client_id); | |||
117 | void doDHT(); | 117 | void 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. |
122 | int DHT_recvpacket(char * packet, uint32_t length, IP_Port source); | 122 | int 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 |