diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-20 16:48:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-20 16:48:17 +0200 |
| commit | 4045a41e029ed11dde5763455095bd33c7746a72 (patch) | |
| tree | f60f6a33417b086912714a12428dc9c3d72271b4 /ns3-simulations/nix/simulator/modules | |
| parent | 04b79f058e18904a7c0f634b66d820ad810add06 (diff) | |
Update paper
Diffstat (limited to 'ns3-simulations/nix/simulator/modules')
| -rw-r--r-- | ns3-simulations/nix/simulator/modules/modules.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ns3-simulations/nix/simulator/modules/modules.hpp b/ns3-simulations/nix/simulator/modules/modules.hpp index e1f197d..7bc5c2a 100644 --- a/ns3-simulations/nix/simulator/modules/modules.hpp +++ b/ns3-simulations/nix/simulator/modules/modules.hpp @@ -32,8 +32,8 @@ #include <utility> // To use std::pair #include <iomanip> // To use std::setw -#define SIM_TIME 60 // 30mins simulations -#define RECT_SIZE 10 // Sensors random rectangle position size +#define SIM_TIME 1800 // 30mins simulations +#define RECT_SIZE 30 // Sensors random rectangle position size #define MAX_PACKET_BY_SENSOR 900000 // Reasonable big number (in order that simulation end before sensors stop sending packets) // ECOFEN |
