Skip to content

Commit

Permalink
Add network_latency_ms field to ALTS's NextHandshakeMessageReq. (#138)
Browse files Browse the repository at this point in the history
* Add network_latency_ms field to ALTS's NextHandshakeMessageReq.

* Remove optional label.
  • Loading branch information
matthewstevenson88 authored Dec 12, 2023
1 parent 2b62aeb commit cf2eafd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grpc/gcp/handshaker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ message NextHandshakeMessageReq {
// that the peer's out_frames are split into multiple NextHandshakerMessageReq
// messages.
bytes in_bytes = 1;

// Number of milliseconds between when the application send the last handshake
// message to the peer and when the application received the current handshake
// message (in the in_bytes field) from the peer.
uint32 network_latency_ms = 2;
}

message HandshakerReq {
Expand Down

0 comments on commit cf2eafd

Please sign in to comment.