aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/connection-backoff-interop-test-description.md
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-18 10:46:37 -0700
committerGravatar yang-g <yangg@google.com>2015-08-18 10:46:37 -0700
commitd3176c489553ca74bf8a2889e9c4acd9bdba2dac (patch)
tree9dc8b60ba30c509f43d493ad51c113722f342611 /doc/connection-backoff-interop-test-description.md
parentb7eefcf757f2e62b82a812373a25a772824ef7c6 (diff)
update reconnection interop spec
Diffstat (limited to 'doc/connection-backoff-interop-test-description.md')
-rw-r--r--doc/connection-backoff-interop-test-description.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/connection-backoff-interop-test-description.md b/doc/connection-backoff-interop-test-description.md
index 0f00c86dca..64405431d2 100644
--- a/doc/connection-backoff-interop-test-description.md
+++ b/doc/connection-backoff-interop-test-description.md
@@ -31,9 +31,9 @@ Clients should accept these arguments:
* --server_retry_port=PORT
* The server port to connect to for testing backoffs. For example, "8081"
-The client must connect to the control port without TLS. The client should
-either assert on the server returned backoff status or check the returned
-backoffs on its own.
+The client must connect to the control port without TLS. The client must connect
+to the retry port with TLS. The client should either assert on the server
+returned backoff status or check the returned backoffs on its own.
Procedure of client: