wangzhengquan
2021-02-03 758438289fc45829a8f6cef1b42afed0a1a8cb60
src/socket/shm_mod_socket.h
@@ -87,8 +87,7 @@
    const struct timespec *timeout = NULL, int flag = 0);
   // 超时返回。 @sec 秒 , @nsec 纳秒
   int sendandrecv_unsafe(const void *send_buf, const int send_size, const int key, void **recv_buf, int *recv_size,
  int recvandsend(void **recvbuf, int *recvsize, int *key, recv_callback_fn callback,
    const  struct timespec *timeout = NULL, int flag = 0) ;
   /**