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