enhanced to be able to specify the service network for server-side peers
This commit is contained in:
@ -22,8 +22,8 @@ enum ROUTE_PROTO {
|
||||
|
||||
message RouteDesc {
|
||||
uint32 RouteId = 1;
|
||||
ROUTE_PROTO Proto = 2;
|
||||
string TargetAddrStr = 3;
|
||||
string TargetAddrStr = 2;
|
||||
ROUTE_PROTO ServiceProto = 3;
|
||||
string ServiceNetStr = 4;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user