I have n nodes, each one sets its own scheduleAt with some random delay, and I also have n routers, each one sets a random delay on sent messages, but all of them get the same values.
I'm trying to make msg transmission random so there are late messages, but everything's concurrent right now. I've made a fake probability buffer which would trap messages for some random times, so it would send them out late. But its not the optimal thing to simulate.
I've read the documentation and some other stuff, but I don't understand what to add in the .ini nor how to use it on my .cc
This is the stuff I have read:
I want to add this in the intRouter and extRouter, while the peer has the scheduleAt
I was trying this, but I couldn't access the peer node and can't tell if it works really. And I'll have some hundreds to thousand nodes so it would be bad to do all of that by hand
[intGroup]
num-rngs=3
**.intRouter[0].rng-0 = 0
**.intRouter[1].rng-1 = 1