From 0b6e982fdcbb60389ae493223d4e320fdb1c2032 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Wed, 14 Jul 2021 21:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0IP=20Plugin=E7=9A=84=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/perf_test_maatframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/perf_test_maatframe.cpp b/test/perf_test_maatframe.cpp index c515a60..766e7c9 100644 --- a/test/perf_test_maatframe.cpp +++ b/test/perf_test_maatframe.cpp @@ -663,7 +663,7 @@ static void* ip_plugin_get_thread(void* arg) struct perf_ip_plugin_ud* result[4]; struct ip_address ip; ip.ip_type=4; - inet_pton(AF_INET, "191.70.72.1", &(ip.ipv4)); + inet_pton(AF_INET, "8.8.8.8", &(ip.ipv4)); for(i=0; i