Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add platforms for ns3.
[simgrid.git] / src / surf / ns3 / ns3_simulator.cc
index 41ef634..a1dd0ed 100644 (file)
@@ -122,7 +122,6 @@ static void send_callback(Ptr<Socket> localSocket, uint32_t txSpace){
       toWrite = min (toWrite, localSocket->GetTxAvailable ());
       int amountSent = localSocket->Send (&data[0], toWrite, 0);
 
-//      cout << Simulator::Now () << "  AmountSend: " << amountSent << "  Towrite: " << toWrite << endl;
       if(amountSent < 0)
          return;
          (mysocket->sentBytes) += amountSent;