4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-03 20:35:34 +08:00

Increased the limit on the number of messages

This commit is contained in:
zmq 2024-04-15 10:37:15 +08:00 committed by Meco Man
parent cd77f988cd
commit bbdfad93eb

View File

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