8000 update develop from master by mutouyun · Pull Request #26 · mutouyun/cpp-ipc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update develop from master #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 3, 2021
Merged

update develop from master #26

merged 10 commits into from
Jan 3, 2021

Conversation

mutouyun
Copy link
Owner
@mutouyun mutouyun commented Jan 3, 2021

No description provided.

 - is_multi_producer:sender无限制;否则仅允许一个
 - is_multi_consumer:receiver个数上限依赖is_broadcast指定;否则仅允许一个
 - is_broadcast:receiver个数上限为32(uint_t<32>位数);否则无限制(uint_t<32>大小)

行为变更:
1. 在连接时根据模式检查sender/receiver是否超出上限,超出则返回false
2. 在send时确认是否允许发送(对receiver模式来说,send之前不会尝试确认sender个数)
3. 修正若干bug
@mutouyun mutouyun merged commit 321dc45 into develop Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0