In src/model/network-legacy.cpp, the double LegacyNetwork::NumHops at line 625 provides a way to calculate the number of hops in PROBABILISTIC_MULTICAST model. But I am confused about what the multicast model is and how to get this formula, can you elaborate more on this analytical formula? Thank you.
In src/model/network-legacy.cpp, the
double LegacyNetwork::NumHops
at line 625 provides a way to calculate the number of hops in PROBABILISTIC_MULTICAST model. But I am confused about what the multicast model is and how to get this formula, can you elaborate more on this analytical formula? Thank you.