initialize the entire network links
(self, _line)
| 129 | self.sn.create_nodes() |
| 130 | |
| 131 | def do_create_links(self, _line): |
| 132 | "initialize the entire network links" |
| 133 | self.sn.create_links() |
| 134 | |
| 135 | def do_run_routing_deamon(self, _line): |
| 136 | "run routing deamon for each node" |
nothing calls this directly
no test coverage detected