From 23a5822a2a4f874b84c2c2a9c2442ac4a5279176 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 03 十二月 2020 09:51:15 +0800
Subject: [PATCH] 文档

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

diff --git a/test_net_socket/net_mod_socket.sh b/test_net_socket/net_mod_socket.sh
index 38bfcaa..a54fca4 100755
--- a/test_net_socket/net_mod_socket.sh
+++ b/test_net_socket/net_mod_socket.sh
@@ -6,7 +6,7 @@
 	./test_net_mod_socket  --fun="start_net_proxy" --port=5000 & server_pid=$! && echo "pid: ${server_pid}" 
 
 	# 鎵撳紑璇锋眰搴旂瓟娴嬭瘯鐨勬帴鍙楃
-	./test_net_mod_socket --fun="start_reply" --key=11 & server_pid=$! &&  echo "pid: ${server_pid}" 
+	./test_net_mod_socket --fun="start_reply" --key=100 & server_pid=$! &&  echo "pid: ${server_pid}" 
 }
 
 function client() {
@@ -17,7 +17,7 @@
 
 
 	./test_net_mod_socket --fun="start_net_client" \
-	 --sendlist="localhost:5000:11" \
+	 --sendlist="localhost:5000:100" \
 	 --publist="localhost:5000:8"  
 
 	 
@@ -25,7 +25,7 @@
 
 function msend() {
 	./test_net_mod_socket --fun="test_net_sendandrecv_threads" \
-	 --sendlist="localhost:5000:11, localhost:5000:11"
+	 --sendlist="localhost:5000:100, localhost:5000:100"
 	 
 }
 

--
Gitblit v1.8.0