You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting up with a populated addrman, ThreadDNSAddressSeed adds a delay
during which time the node may be able to connect to some peers. This commit
tests the delay changes based on the number of addresses in the addrman.
Copy file name to clipboardExpand all lines: test/functional/p2p_dns_seeds.py
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
"""Test ThreadDNSAddressSeed logic for querying DNS seeds."""
0 commit comments