wangzhengquan
2020-11-27 26927f7146adcf0170edf213cc77ad7368f5c076
src/socket/net_mod_socket.h
@@ -124,7 +124,7 @@
   * 如果建立连接的节点没有接受到消息等待timeout的时间后返回
   * @timeout 等待时间,单位是千分之一秒
  */
  int sendandrecv_timout(net_node_t *node_arr, int arrlen, void *send_buf, int send_size,
  int sendandrecv_timeout(net_node_t *node_arr, int arrlen, void *send_buf, int send_size,
    net_mod_recv_msg_t ** recv_arr, int *recv_arr_size, int  timeout);
  /**