mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-16 09:24:47 +08:00
新增rpc调用数据传输数据最大长度参数配置
This commit is contained in:
@@ -6,8 +6,9 @@ message NodeInfo{
|
||||
int32 NodeId = 1;
|
||||
string NodeName = 2;
|
||||
string ListenAddr = 3;
|
||||
bool Private = 4;
|
||||
repeated string PublicServiceList = 5;
|
||||
uint32 MaxRpcParamLen = 4;
|
||||
bool Private = 5;
|
||||
repeated string PublicServiceList = 6;
|
||||
}
|
||||
|
||||
//Client->Master
|
||||
|
||||
Reference in New Issue
Block a user