Rai Yang
Rai Yang
Is it possible to do simulations on Pub/Sub(Gossipsub, floodsub, episub) with more network constraint(e.g. packet drop, node churns etc) and more metrics in outputs(e.g. message dissemination time, max delivery hop)?...
Regarding the RPC structure [https://github.com/libp2p/specs/tree/master/pubsub#Implementations](url) In what case would an RPC message include multiple content messages from multiple sources? How can one know the original sender of the RPC?
Test harness for network protocol.
Created test for circular routing in a network with circular network connection. exp. A->B->C->A. It shows there is circular routing behavior in this type of network When A sends C...