wangzhengquan
2020-10-13 df78272858e47aa1d0d46f5daf47fefb2846ec95
test_net_socket/net_mod_socket.c
@@ -19,16 +19,16 @@
   int node_arr_size = 3;
   //192.168.20.104
   net_node_t node_arr[] = {
      {"192.168.20.104", port, 11},
      {"192.168.20.104", port, 12},
      {"192.168.20.104", port, 13}
      {"192.168.5.22", port, 11},
      {"192.168.20.10", port, 12},
      {"localhost", port, 13}
   };
   int pub_node_arr_size = 3;
   net_node_t pub_node_arr[] = {
      {"192.168.20.104", port, 8},
      {"192.168.20.104", port, 8},
      {"192.168.20.104", port, 8}
      {"192.168.5.22", port, 8},
      {"192.168.20.10", port, 8},
      {"localhost", port, 8}
   };
   
  while (true) {