From 090c0268e7588c90c0a6fefa6d4e8848061ec7dc Mon Sep 17 00:00:00 2001 From: daron Date: Thu, 26 Jan 2017 21:32:53 +0100 Subject: [PATCH] =?UTF-8?q?Poprawka=20wy=C5=9Bwietlania=20gateway'a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Simulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation.cpp b/Simulation.cpp index cc95491..00ace16 100644 --- a/Simulation.cpp +++ b/Simulation.cpp @@ -288,7 +288,7 @@ void Simulation::natOverflowSimulation(int nNodes) client[i].setMask("255.255.255.0"); client[i].setGatewayIp("10.13.12.254"); ss.str(""); - ss << "IP 10.13.12." << (i + 1) << "/24, Gateway: 10.0.0.1"; + ss << "IP 10.13.12." << (i + 1) << "/24, Gateway: 10.13.12.254"; client[i].print(ss.str()); usleep(12500); }