mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 00:53:21 -07:00
(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:
parent
0e5aac6a11
commit
f69454ec98
29 changed files with 622 additions and 622 deletions
|
@ -25,8 +25,8 @@
|
|||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
#include "ZT1_jnicache.h"
|
||||
#include "ZT1_jniutils.h"
|
||||
#include "ZT_jnicache.h"
|
||||
#include "ZT_jniutils.h"
|
||||
|
||||
JniCache::JniCache()
|
||||
: m_jvm(NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue