From 241980165403e7e7b959db1f811b27b3ec0f50bb Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sat, 28 Oct 2017 06:48:24 -0500 Subject: [PATCH] changed default sub-net --- misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.cpp b/misc.cpp index 2975ab0..5dee0ea 100644 --- a/misc.cpp +++ b/misc.cpp @@ -40,7 +40,7 @@ int time_mono_test=0; int delay_capacity=0; -char sub_net[100]="10.0.0.0"; +char sub_net[100]="10.112.0.0"; u32_t sub_net_uint32=0; char tun_dev[100]="";