Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for configuring exponential connection backoff params #2735

Closed
wants to merge 6 commits into from

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    36ed5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dffc6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a92e19d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge pull request #1 from grpc/master

    Update fork with changes from master
    easwars committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    e51c0c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Handle review comments.

    Move MinConnectionTimeout() out of backoff.Strategy interface. Store
    it directly in dialOptions instead, and have ClientConn use it from
    there.
    easwars committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    65e8212 View commit details
    Browse the repository at this point in the history
  2. Handle vet failure.

    easwars committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    44d0c79 View commit details
    Browse the repository at this point in the history