Locator work

This commit is contained in:
Adam Ierymenko 2019-08-08 23:23:16 -05:00
parent beebca98fe
commit 652c7e8f37
No known key found for this signature in database
GPG key ID: 1657198823E52A61
3 changed files with 62 additions and 14 deletions

View file

@ -627,6 +627,9 @@
*/
#define ZT_THREAD_MIN_STACK_SIZE 1048576
#define ZT_CRYPTO_ALG_C25519 0
#define ZT_CRYPTO_ALG_P384 1
// Exceptions thrown in core ZT code
#define ZT_EXCEPTION_OUT_OF_BOUNDS 100
#define ZT_EXCEPTION_OUT_OF_MEMORY 101