renamed AddrStr to TargetAddrStr in RouteDesc

This commit is contained in:
2024-12-05 01:31:59 +09:00
parent 53777f1f60
commit cd5bbedc11
5 changed files with 84 additions and 72 deletions

View File

@ -23,7 +23,8 @@ enum ROUTE_PROTO {
message RouteDesc {
uint32 RouteId = 1;
ROUTE_PROTO Proto = 2;
string AddrStr = 3;
string TargetAddrStr = 3;
string ServiceNetStr = 4;
};
message PeerDesc {