From d7d05fb334db91e3ecbf009ca2650d88f9ed7b46 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 07 十二月 2020 14:21:08 +0800
Subject: [PATCH] update doc

---
 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