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.
我试图了解 jgroup 如何实现可靠的多播。我已阅读手册并了解到他们使用的是否定确认。但是当集群成员收到损坏的消息时会发生什么?我在官方手册中找不到任何相关内容。(http://www.jgroups.org/manual/html_single/index.html#d0e5392)
有人知道他们是否对 UDP-Header 和数据使用校验和吗?在这种情况下,接收方会要求重传吗?
UDP已经进行了标头和数据校验和,因此内核网络堆栈将丢弃错误的数据报,并且不会传递给用户级应用程序。