Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
6e605e11
Commit
6e605e11
authored
9 years ago
by
yang-g
Browse files
Options
Downloads
Patches
Plain Diff
resolve comments
parent
a5510dec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/connection-backoff-interop-test-description.md
+4
-3
4 additions, 3 deletions
doc/connection-backoff-interop-test-description.md
with
4 additions
and
3 deletions
doc/connection-backoff-interop-test-description.md
+
4
−
3
View file @
6e605e11
...
...
@@ -29,7 +29,7 @@ Clients should accept these arguments:
*
--server_control_port=PORT
*
The server port to connect to for rpc. For example, "8080"
*
--server_retry_port=PORT
*
The server port to connect to for testing backoffs. For example, "808
0
"
*
The server port to connect to for testing backoffs. For example, "808
1
"
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
...
...
@@ -53,7 +53,8 @@ Server
A C++ server can be used for the test. Other languages do NOT need to implement
a server. To minimize the network delay, the server binary should run on the
same machine with the client binary.
same machine or on a nearby machine (in terms of network distance) with the
client binary.
A server implements the ReconnectService to its state. It also opens a
tcp server on the retry_port, which just shuts down all incoming tcp
...
...
@@ -72,5 +73,5 @@ The server accepts these arguments:
*
--control_port=PORT
*
The port to listen on for control rpcs. For example, "8080"
*
--retry_port=PORT
*
The tcp server port. For example, "808
0
"
*
The tcp server port. For example, "808
1
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment