wangzhengquan
2021-01-25 14be935a4f8231233487d510c8db0b544bcf0f69
test_net_socket/net_mod_socket.sh
@@ -36,7 +36,7 @@
}
function close() {
   ps -ef | grep -e "test_net_mod_socket" -e "net_mod_socket"| awk  '{print $2}' | xargs -i kill -9 {}
   ps -ef | grep -e "test_net_mod_socket" -e "heart_beat"| awk  '{print $2}' | xargs -i kill -9 {}
   ipcrm -a
}
@@ -48,8 +48,6 @@
case ${1} in
  "server")
   close
   sleep 2
  server
  ;;
  "client")