-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use listen_addresses instead of local_address (#1044)
* fix: use listen_addresses instead of local_address listen_addresses are the actual listen addrs. * WIP: use addresses of local_endpoints the thing we painfully wait for... * fix: increase delays in test_timer_abort_late * fix: fix regex to allow for extremely slow transfers * ref: completely remove listen_addresses * fix: multiply more timer delays by 5 * fix(test): wait for provider to start up in cli_provide_addresses ...instead of a fixed delay. Also don't expect all ports to be 4333, just at least 1. * docs: add back doc comment for local_endpoint_addresses
- Loading branch information
Showing
6 changed files
with
61 additions
and
112 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
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
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
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
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
Oops, something went wrong.