Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3: get ride of the node_num field, that was only used to obfuscate the debug messages
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 31 Aug 2020 20:48:58 +0000 (22:48 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 31 Aug 2020 21:31:19 +0000 (23:31 +0200)
commit20cc28923476eb4affdb0eb6529cc1b3dfda6608
tree5abd7279c0edde809da577cf162efbe0dc0cb719
parent1ad312703f930cfbf1fbf5cb5c4c28d2db3c4268
ns3: get ride of the node_num field, that was only used to obfuscate the debug messages

This forced my to change the signature of ns3_add_direct_route() to
take routing::NetPoint instead of NetPointNS3, to use get_cname() on it.

Also, in a cluster, I had to connect the private link of each host to
the actual router of the cluster instead of to a fantom netpoint. But
this seems to be a greater good, actually.
src/surf/network_ns3.cpp
src/surf/ns3/ns3_simulator.hpp
src/surf/sg_platf.cpp