mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
add Node.toString
This commit is contained in:
parent
90bf300bd8
commit
7ef68a9d6a
1 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,11 @@ public class Node {
|
|||
close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Node(" + nodeId + ")";
|
||||
}
|
||||
|
||||
/**
|
||||
* Process a frame from a virtual network port
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue