On Wednesday 03 Jul 2013 14:34:17 Vladislav Sterzhanov wrote: > By the way, can somebody suggest a sample for some traffic-heavy > simulations in node/simulator? RealNodeBusyNetworkTest crashes upon trying > to retrieve data and needs a sufficient amount of simulated nodes. For me > two of them would be enough. > (The crash case for BusyNetworkTest was in passing null as a container > argument to countQueuedRequests(), fixed it with a simple return 0; but not > sure whether I didn't break any logical invariant)
You shouldn't need countQueuedRequests(). That's high level client layer stuff. If you do call it, the ObjectContainer can be null, but the ClientContext needs to be got from NodeClientCore.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
