Searched refs:retry_port (Results 1 – 2 of 2) sorted by relevance
8 the server and another port (retry_port) to close any incoming tcp connections.13 3. The server starts listening on retry_port.14 4. The client connects to server retry_port and retries with backoff for 540s,60 tcp server on the retry_port, which just shuts down all incoming tcp68 to the server retry_port when a client is being tested, the server will log an75 * --retry_port=PORT
42 DEFINE_int32(retry_port, 0,64 explicit ReconnectServiceImpl(int retry_port) in ReconnectServiceImpl() argument65 : retry_port_(retry_port), in ReconnectServiceImpl()