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.
它是关于 Linux 中的套接字编程的:
当我向同为成员的多播组发送消息时,我也会收到自己的消息吗?
有没有办法通过 Linux 终端将文本字符串作为多播消息发送到多播组?
这取决于环回选项的设置。
字符串只是数据。您可以多播任何数据。“通过 Linux 终端”毫无意义。