danalex97 / Speer

A network discrete event simulator for peer-to-peer network modeling.
MIT License
14 stars 3 forks source link

Better routers #16

Closed danalex97 closed 6 years ago

danalex97 commented 6 years ago

Routers are extremely slow, thus making them unusable in big topologies(i.e. 1000s of nodes). We need to implement something like the OSFP protocol.

danalex97 commented 6 years ago

Routers work better now. They seem to handle a 10k random topology with 140k edges.