From aa2f3b2a9968bb4928463bdae05fb026d16b60bb Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 04 十二月 2020 19:07:01 +0800
Subject: [PATCH] 固定bus key

---
 test_net_socket/net_mod_socket.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_net_socket/net_mod_socket.sh b/test_net_socket/net_mod_socket.sh
index a54fca4..68d4ff1 100755
--- a/test_net_socket/net_mod_socket.sh
+++ b/test_net_socket/net_mod_socket.sh
@@ -18,7 +18,7 @@
 
 	./test_net_mod_socket --fun="start_net_client" \
 	 --sendlist="localhost:5000:100" \
-	 --publist="localhost:5000:8"  
+	 --publist="localhost:5000"  
 
 	 
 }
@@ -31,7 +31,7 @@
 
 function mpub() {
 	./test_net_mod_socket --fun="test_net_pub_threads" \
-	 --publist="localhost:5000:8, localhost:5000:8"
+	 --publist="localhost:5000, localhost:5000"
 	 
 }
 

--
Gitblit v1.8.0