probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Group simulation code into single `sim` package #67

Closed iand closed 1 year ago

iand commented 1 year ago

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.