mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
node.networkConfig() now creates ArrayLists of multicast subscriptions and assigned addresses
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
@ -28,6 +28,8 @@ package com.zerotierone.sdk;
|
||||
|
||||
|
||||
public class MulticastGroup {
|
||||
private MulticastGroup() {}
|
||||
|
||||
private long mac;
|
||||
private long adi;
|
||||
}
|
||||
|
Reference in New Issue
Block a user