sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Turtle env: support multiple nodes of a single type #330

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

Currently, the fake node env assumes that only one node of each type is ever created. This means that it's not possible to test application behaviour that relies on multiple nodes of a type (e.g. DHT partial handshake support).