Home › Forums › PeerfactSim Forum › Understand Filesharing.dat › Reply To: Understand Filesharing.dat
May 21, 2015 at 6:49 pm
#865
Matthias Feldotto
Guest
Hey Chintan,
“files” is only the name of a well-defined file set. In the case of FileSharing, it can be found in the resources section:
<ResourceSpace
class=”de.tud.kom.p2psim.impl.application.filesharing.documents.DocumentSpace”
static=”getInstance”>
<ResourceSet
class=”de.tud.kom.p2psim.impl.application.filesharing.documents.ZipfDocumentSet”
name=”files” size=”100″ zipfExp=”0.7″ meanReorderIntvl=”600″ maxFilesize=”102400″/>
</ResourceSpace>
Here are the properties of the set are defined. If you want to use another set named “attList” you have to define this, too.
I hope that information helps you!