有没有办法放大zmq小消息限制?
据我所知,小消息大小限制在源代码(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你为什么关心呢?小消息限制对用户完全透明。
Why do you care at all? The small message limit is completely transparent to the user.