简体   繁体   中英

Is jgroup using checksum to become reliable on UDP?

I try to understand how jgroup realized reliable multicast. I've read the manual and learned that they are using negative acks. But what happens when a cluster-member receives a corrupted message? I can't find anything about that in the official manual. ( http://www.jgroups.org/manual/html_single/index.html#d0e5392 )

Does somebody know if they are using checksums for the UDP-Header plus the data? Does the reveiver will request retransmission in that case?

UDP已经执行了标头和数据校验和,因此内核网络堆栈将丢弃错误的数据报,而不会将其传送到用户空间应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM