summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxdns/toxdns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxdns/toxdns.h b/toxdns/toxdns.h
index bbcbea80..90b74281 100644
--- a/toxdns/toxdns.h
+++ b/toxdns/toxdns.h
@@ -26,6 +26,9 @@
26 26
27#include <stdint.h> 27#include <stdint.h>
28 28
29/* Clients are encouraged to set this as the maximum length names can have. */
30#define TOXDNS_MAX_RECOMMENDED_NAME_LENGTH 32
31
29/* How to use this api to make secure tox dns3 requests: 32/* How to use this api to make secure tox dns3 requests:
30 * 33 *
31 * 1. Get the public key of a server that supports tox dns3. 34 * 1. Get the public key of a server that supports tox dns3.