We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
节点列表的通信路径显示错误?
多一个斜杠?而且ipv6显示也不太正常?
还有,这个延迟-1ms就是断线的意思吧?应该有正确的显示才对。 而且显示延迟有数字的也不一定真的在线?
[地址]:端口
The text was updated successfully, but these errors were encountered:
这个是 Android SDK 的 InetAddress 实现的表示方式,横杠前是 Host 名。V6 的话,因为没有用省略所以歧义上应该还好?不过的确不是标准的 []:xxxx 形式。
InetAddress
[]:xxxx
这些都是和 zerotier-cli peers 的输出保持一致的。另外有延迟的话我个人认为基本可以认为节点在线,反倒是 Web Controller 里面看到的在线状态是不准确的,那个是单独有一个分布式网络维护的。
zerotier-cli peers
Sorry, something went wrong.
fix: IP format in peer list is incorrect
fde9f0d
Issue: #41
本 Issue 中的问题已经得到修复,预计该修复将包含在下个版本更新中。
No branches or pull requests
节点列表的通信路径显示错误?
多一个斜杠?而且ipv6显示也不太正常?
还有,这个延迟-1ms就是断线的意思吧?应该有正确的显示才对。
而且显示延迟有数字的也不一定真的在线?
The text was updated successfully, but these errors were encountered: