Files
bitcoin/test/functional/test_framework
Hennadii Stepanov 59ebf558f3 qa: Use IP_PORTRANGE_HIGH on OpenBSD for dynamic port allocation
The default ephemeral port range on OpenBSD (1024-49151) overlaps with
the test framework's static port range starting at TEST_RUNNER_PORT_MIN,
the same way FreeBSD's does (see #34346).

Extend `set_ephemeral_port_range()` to OpenBSD. The socket option and
its values are identical to FreeBSD's, so only the platform check
changes.
2026-09-02 09:48:01 +01:00
..
2026-07-17 20:09:58 -07:00