mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 21:11:43 -07: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:
parent
1bea940323
commit
7f6556eba0
4 changed files with 176 additions and 19 deletions
|
@ -28,6 +28,8 @@ package com.zerotierone.sdk;
|
|||
|
||||
|
||||
public class MulticastGroup {
|
||||
private MulticastGroup() {}
|
||||
|
||||
private long mac;
|
||||
private long adi;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue