implemented an api call at /client-conns/id/routes/id/peers/id

This commit is contained in:
2024-12-01 17:20:16 +09:00
parent 74fb40d44f
commit 96442bb93a
8 changed files with 200 additions and 76 deletions

View File

@ -29,6 +29,8 @@ message RouteDesc {
message PeerDesc {
uint32 RouteId = 1;
uint32 PeerId = 2;
string RemoteAddrStr = 3;
string LocalAddrStr = 4;
};
message PeerData {