node.networkConfig() now creates ArrayLists of multicast subscriptions and assigned addresses

Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
Grant Limberg
2015-04-23 22:48:56 -07:00
parent 1bea940323
commit 7f6556eba0
4 changed files with 176 additions and 19 deletions

View File

@ -28,6 +28,8 @@ package com.zerotierone.sdk;
public class MulticastGroup {
private MulticastGroup() {}
private long mac;
private long adi;
}