Skip to content

Commit 99135b1

Browse files
Add fields for max connection streaming connection scaling interop testing (#175)
1 parent dafe8c0 commit 99135b1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

grpc/testing/messages.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ message ResponseParameters {
158158
// implement the full compression tests by introspecting the call to verify
159159
// the response's compression status.
160160
BoolValue compressed = 3;
161+
162+
// Whether to request the server to send the requesting peer's socket
163+
// address in the response.
164+
BoolValue fill_peer_socket_address = 4;
161165
}
162166

163167
// Server-streaming request.
@@ -185,6 +189,9 @@ message StreamingOutputCallRequest {
185189
message StreamingOutputCallResponse {
186190
// Payload to increase response size.
187191
Payload payload = 1;
192+
193+
// The peer's socket address if requested.
194+
string peer_socket_address = 2;
188195
}
189196

190197
// For reconnect interop test only.

0 commit comments

Comments
 (0)