ソースを参照

Increased the limit on the number of messages

zmq 1 年間 前
コミット
d5fd7f6498
1 ファイル変更3 行追加0 行削除
  1. 3 0
      components/net/sal/include/sal_msg.h

+ 3 - 0
components/net/sal/include/sal_msg.h

@@ -58,6 +58,9 @@ struct unix_conn
     int type;
     int type;
     int proto;
     int proto;
 
 
+#ifdef SAL_USING_AF_UNIX
+    rt_atomic_t msg_count;
+#endif
     rt_uint32_t send_timeout;
     rt_uint32_t send_timeout;
     rt_uint32_t recv_timeout;
     rt_uint32_t recv_timeout;
     rt_wqueue_t wq_read_head;
     rt_wqueue_t wq_read_head;