Skip to content

Commit

Permalink
add batch size field
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Dec 14, 2023
1 parent e331df7 commit 5a11fa6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ message gateway_info_req_v1 {
message gateway_info_batch_req_v1 {
// List of public key addresses of gateways to look up
repeated bytes addresses = 1;
// max number of gateway info records in each message of the response stream
uint32 batch_size = 2;
// pubkey binary of the signing keypair
bytes signer = 2;
bytes signature = 3;
bytes signer = 3;
bytes signature = 4;
}

message gateway_info_res_v1 {
Expand Down

0 comments on commit 5a11fa6

Please sign in to comment.