summaryrefslogtreecommitdiffstats
path: root/src/net.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:44 +0000
commit2ba56ed1414a987495df884109967456cd73f3e4 (patch)
tree8cefed764b98ee820a693a2e78725dff49de7c18 /src/net.c
parentReleasing debian version 2.12.0-2. (diff)
downloaddnsperf-2ba56ed1414a987495df884109967456cd73f3e4.tar.xz
dnsperf-2ba56ed1414a987495df884109967456cd73f3e4.zip
Merging upstream version 2.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.c b/src/net.c
index 89e75e0..bb29661 100644
--- a/src/net.c
+++ b/src/net.c
@@ -31,6 +31,8 @@
#include <netdb.h>
#include <arpa/inet.h>
+const char* perf_net_tls_sni = 0;
+
enum perf_net_mode perf_net_parsemode(const char* mode)
{
if (!strcmp(mode, "udp")) {