QA/test_framework: Add UNREACHABLE_PROXY_ARG

Github-Pull: #31646
Rebased-From: 6b3f6eae70 (partial)
This commit is contained in:
Vasil Dimov 2024-11-25 15:36:38 +01:00 committed by Luke Dashjr
parent 3b22ea1c77
commit 95f8bfd162

View File

@ -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'