Rai Yang

Results 8 comments of Rai Yang

Thanks @vyzo, good to know, testground is very cool, but I'd like to do large scale simulations(with 10k, 100k.. nodes) which will be very expensive with testground

I'd like to simulate v1.0 first, ultimately v1.1 with more network constraints and performance metrics, also for floodsub and episub.

Thanks @Stebalien I want to do some routing based on `RPC` instead `Message` before applying floodsub/gossipsub, is it possible? Sometimes the `Message` doesn't contain `from` field(omitted by the sender), how...

@Stebalien > Yes? I'm not sure what you're asking. I'm wondering if one can relay the RPC message in whole to one random peer before publish the messages inside the...

For arbitrary network topology between B and T eg, B->R1->R2...Rn->T, can current semi kademlia routing aka. closest peer method always find B from T? I think Transcoder ID can be...

Caching messages to drop the repeated message? One other fix could be relayer sending message to all peers instead of sending only to the nearest peer, if there are redundant...

Changed into test suite, added message type, network topology as parameters

Added error handling and network topology scenario may cause circular routing