有没有办法放大zmq小消息限制?

发布于 2024-11-25 04:29:32 字数 193 浏览 0 评论 0原文

据我所知,小消息大小限制在源代码(C++)中预定义为30。但是当我将其更改为 512 时,它解析得很好。但是,当我尝试发送它时,通过使用wireshark(数据长度= 0)查看它,它没有显示在网上,

对我有什么建议吗?我的消息几乎在 100 到 200 之间,如果我无法更改它,我如何通过发布-订阅模式发送我的消息?

非常感谢您的任何建议!

I understand that the small message size limit is predefined as 30 in the source code (C++) . but when I change it to let say 512, it parsed out fine. however when I tried to send it, it did not show up on the wire by looking at it using wireshark ( data length = 0 )

Any suggestions for me? My messages are pretty much between 100 to 200, if i cannot change it, How can i send my message via pub-sub pattern?

Thanks a lot for any suggestion!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海拔太高太耀眼 2024-12-02 04:29:32

你为什么关心呢?小消息限制对用户完全透明。

Why do you care at all? The small message limit is completely transparent to the user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文