(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
#ifndef ZT1_JNICACHE_H_
|
||||
#define ZT1_JNICACHE_H_
|
||||
#ifndef ZT_JNICACHE_H_
|
||||
#define ZT_JNICACHE_H_
|
||||
|
||||
#include <jni.h>
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user