Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
readded active probing = false
[simgrid.git] / src / surf / network_ns3.cpp
index 4271429..76215d9 100644 (file)
@@ -103,6 +103,7 @@ std::unordered_map<std::string, WifiZone*> WifiZone::wifi_zones;
 
 static void initialize_ns3_wifi() {
     wifi.SetStandard (ns3::WIFI_PHY_STANDARD_80211n_5GHZ);
+
     for (auto host : simgrid::s4u::Engine::get_instance()->get_all_hosts()) {
         const char* wifi_link = host->get_property("wifi_link");
         const char* wifi_mcs = host->get_property("wifi_mcs");