aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_connection.h
blob: 47a5599e5f7ed05f65424b1c7ec9b614f87db1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2014-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/** Some constants used by test_connection and helpers */
#define TEST_CONN_FAMILY        (AF_INET)
#define TEST_CONN_ADDRESS       "127.0.0.1"
#define TEST_CONN_PORT          (12345)
#define TEST_CONN_ADDRESS_PORT  "127.0.0.1:12345"
#define TEST_CONN_FD_INIT 50

void test_conn_lookup_addr_helper(const char *address,
                                  int family, tor_addr_t *addr);