livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Network testing for circular routing #26

Open rairyx opened 6 years ago

rairyx commented 6 years ago

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 a sub message, C will get the same sub from A and B. When C sends the subscribed data to A, A will get the same data from C and B.

27