mirror of https://github.com/grpc/grpc.git
- ip addresses max size, now that they are binary encoded - token size increased in 1 (to 65) to accommodate final \0pull/7746/head
parent
88ece58764
commit
592c28dbba
2 changed files with 5 additions and 5 deletions
@ -1,6 +1,6 @@ |
||||
grpc.lb.v1.InitialLoadBalanceRequest.name max_size:128 |
||||
grpc.lb.v1.InitialLoadBalanceResponse.client_config max_size:64 |
||||
grpc.lb.v1.InitialLoadBalanceResponse.load_balancer_delegate max_size:64 |
||||
grpc.lb.v1.Server.ip_address max_size:46 |
||||
grpc.lb.v1.Server.load_balance_token max_size:64 |
||||
grpc.lb.v1.Server.ip_address max_size:16 |
||||
grpc.lb.v1.Server.load_balance_token max_size:65 |
||||
load_balancer.proto no_unions:true |
||||
|
Loading…
Reference in new issue