mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 13:47:24 +08:00
fix peer center for latency report
This commit is contained in:
@@ -117,16 +117,8 @@ service ConnectorManageRpc {
|
||||
rpc ManageConnector (ManageConnectorRequest) returns (ManageConnectorResponse);
|
||||
}
|
||||
|
||||
enum LatencyLevel {
|
||||
VeryLow = 0;
|
||||
Low = 1;
|
||||
Normal = 2;
|
||||
High = 3;
|
||||
VeryHigh = 4;
|
||||
}
|
||||
|
||||
message DirectConnectedPeerInfo {
|
||||
LatencyLevel latency_level = 2;
|
||||
int32 latency_ms = 1;
|
||||
}
|
||||
|
||||
message PeerInfoForGlobalMap {
|
||||
|
||||
Reference in New Issue
Block a user