Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 c++ IPC 库时,它返回一条警告消息“您正在使用多个多播接口。;将使用 [eth1][192.168.1.11]”。它是否表明它在后台使用域套接字?
完全没有——你从哪里得到这个想法的?“eth1”是(物理)网络接口的名称,“192.168.1.11”是 IPv4 地址,可能是绑定到该接口的地址。UNIX 域套接字的名称看起来像文件系统路径。