-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multi-address hosts in client
Previously the connector mechanism would always just take the first address and try it. If somebody wants to use rrdns that won't work properly. This will try all of the addresses that a server has before giving up on the server for the RETRY backoff. This also removes an unwrap, which is a step toward addressing issue#4.
- Loading branch information
Showing
1 changed file
with
115 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters