Add cross connection test and cleanup rpc server a bit
This commit is contained in:
@ -68,10 +68,11 @@ message PeerStatusRequest {}
|
||||
message PeerStatus {
|
||||
string peer_name = 1;
|
||||
string state = 2;
|
||||
uint64 session_established_time = 3;
|
||||
uint64 last_messaage_time = 4;
|
||||
uint64 route_updates_in = 5;
|
||||
uint64 route_updates_out = 6;
|
||||
// The following fields are only populated when the session is established.
|
||||
optional uint64 session_established_time = 3;
|
||||
optional uint64 last_messaage_time = 4;
|
||||
optional uint64 route_updates_in = 5;
|
||||
optional uint64 route_updates_out = 6;
|
||||
}
|
||||
|
||||
message PeerStatusResponse { repeated PeerStatus peer_status = 1; }
|
||||
|
||||
Reference in New Issue
Block a user