Merge pull request #2973 from yang-g/reconnect_interop_spec

update reconnection interop spec
pull/2969/head
Eric Anderson 9 years ago
commit f53d058094
  1. 6
      doc/connection-backoff-interop-test-description.md

@ -31,9 +31,9 @@ Clients should accept these arguments:
* --server_retry_port=PORT * --server_retry_port=PORT
* The server port to connect to for testing backoffs. For example, "8081" * 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 The client must connect to the control port without TLS. The client must connect
either assert on the server returned backoff status or check the returned to the retry port with TLS. The client should either assert on the server
backoffs on its own. returned backoff status or check the returned backoffs on its own.
Procedure of client: Procedure of client:

Loading…
Cancel
Save