mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Added TOXDNS_MAX_RECOMMENDED_NAME_LENGTH define that clients can
choose to ignore if they want.
This commit is contained in:
parent
729a511e82
commit
53ce4f393b
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Clients are encouraged to set this as the maximum length names can have. */
|
||||
#define TOXDNS_MAX_RECOMMENDED_NAME_LENGTH 32
|
||||
|
||||
/* How to use this api to make secure tox dns3 requests:
|
||||
*
|
||||
* 1. Get the public key of a server that supports tox dns3.
|
||||
|
|
Loading…
Reference in New Issue
Block a user