mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
add Node.toString
This commit is contained in:
parent
90bf300bd8
commit
7ef68a9d6a
@ -130,6 +130,11 @@ public class Node {
|
||||
close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Node(" + nodeId + ")";
|
||||
}
|
||||
|
||||
/**
|
||||
* Process a frame from a virtual network port
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user