D-Bus 可以用于非 Unix 域套接字的流吗?

发布于 2024-07-09 06:57:17 字数 170 浏览 5 评论 0原文

我在项目中使用DBus。 我从 DBus 规范中了解到,对于低级通信,它使用 Unix 域套接字。 我不想使用 Unix 域套接字进行低级通信,因为我有一个修改过的 connect() 调用。 DBus 是否支持不使用 connect() 的其他类型的低级通信? 如果是的话如何切换到该模式?

I am using DBus in a project. I understand from DBus specification that for low level communication, it uses Unix domain sockets. I don't want to use Unix domain sockets for low level communication because I have a modified connect() call. Is there any other type of low level communication that DBus supports which does not use connect()?
If yes then how to switch to that mode?

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

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

发布评论

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

评论(1

木落 2024-07-16 06:57:17

D-Bus教程来看,目前,D- Bus仅支持套接字,可以是Unix域或TCP/IP。

Judging from the D-Bus Tutorial, at the moment, D-Bus only supports sockets, which may be Unix-domain or TCP/IP.

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