Originally posted by marc
The problem is that (to my knowledge) there is no official standard yet for reliable multicast, as there is for reliable unicast (TCP). Ice doesn't aim to try to invent basic internet protocols, but rather to put our object model on top of existing and proven protocols (like TCP or UDP).
There are at least two stds, PGM and its successor NORM. Both have several open source reference implementations. The code for NORM seems to be in a better state, the PGM code I have seen is based on a version created for BSD which requires kernel mods. The NORM implementation I looked at is portable and requires no kernel mods. Take a look at http://norm.pf.itd.nrl.navy.mil for more details.
Regards,
Andrew Marlow.
You are in a maze of twisty little passages, all different.