Reply To: How to control the replication rate in simulator?

Home Forums PeerfactSim Forum How to control the replication rate in simulator? Reply To: How to control the replication rate in simulator?

#926
Matthias Feldotto
Guest

To simulate the leaving of hosts you have two possibilities:

1. Let a node leave the network by using the leave() or fail() methods
of the GnutellaOverlayNode class (These operations are implemented not
in the application because they are direct functions of p2p nodes).
2. You can use a ChurnGenerator (see different example configurations).
It provides the leaving and joining of nodes depending on different
random models.

Depending on your scenario one of these options should help you.

Comments are closed.