I found that actor replication is intelligently adjusted according to relevance.
This seems to save network bandwidth by adjusting replication between clients that are not seen as a problem with distance or location.
I want to know if the same replication throttling algorithm also applies to multicast RPC. For example, if you run a large, dedicated server with 100 connections, does multicast RPC called from the server request remote function calls to all clients?