probe-lab/go-kademlia

Group simulation code into single `sim` package

Closed this issue · 0 comments

iand commented

Current simulation code is spread across several packages and some simulation code is mixed with non-simulation (example endpoint.SimEndpoint). We should have a clean separation of simulation code from non-simulation so that users don't intermix them. We also want to build good simulations of networks so we want the simulation implementations to be high quality.