protocol / beyond-bitswap

Other
34 stars 9 forks source link

Advanced inputData and request interactions. #3

Open adlrocha opened 3 years ago

adlrocha commented 3 years ago

The testbed currently implements a pretty flat interaction between peers and network. We choose the files to seed to the network, seeders Add these files to the network, and leechers flatly Getthem. No complex interaction pattern is implemented. Instead of exclusively choosing the files to be used in the test, we should implement an interactionFunction which is fed to the testbed to simulate different applications and request patterns in the test runs.