There was an error while loading. Please reload this page.
1 parent dafe8c0 commit 99135b1Copy full SHA for 99135b1
1 file changed
grpc/testing/messages.proto
@@ -158,6 +158,10 @@ message ResponseParameters {
158
// implement the full compression tests by introspecting the call to verify
159
// the response's compression status.
160
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;
165
}
166
167
// Server-streaming request.
@@ -185,6 +189,9 @@ message StreamingOutputCallRequest {
185
189
message StreamingOutputCallResponse {
186
190
// Payload to increase response size.
187
191
Payload payload = 1;
192
193
+ // The peer's socket address if requested.
194
+ string peer_socket_address = 2;
188
195
196
197
// For reconnect interop test only.
0 commit comments