Reliable Multicast over local network
问题 I am implementing a messaging system using C++ and Qt. After much thought, I have determined that multicasting or a multicast-style technique will work best to solve my problem. However, I have learned about UDP's unreliability and believe it to be unacceptable. My requirements are as follows: Messages are to be sent in a binary serialized form. From any given node on the network, I must be able to send messages to the other nodes. Message delivery must be insured. I have heard of OpenPGM and