mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
QA/test_framework: Add UNREACHABLE_PROXY_ARG
Github-Pull: #31646
Rebased-From: 6b3f6eae70
(partial)
This commit is contained in:
parent
3b22ea1c77
commit
95f8bfd162
@ -13,6 +13,10 @@ import struct
|
||||
import array
|
||||
import os
|
||||
|
||||
# Easily unreachable address. Attempts to connect to it will stay within the machine.
|
||||
# Used to avoid non-loopback traffic or DNS queries.
|
||||
UNREACHABLE_PROXY_ARG = '-proxy=127.0.0.1:1'
|
||||
|
||||
# STATE_ESTABLISHED = '01'
|
||||
# STATE_SYN_SENT = '02'
|
||||
# STATE_SYN_RECV = '03'
|
||||
|
Loading…
Reference in New Issue
Block a user