diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-27 16:01:26 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-27 16:01:26 +0200 |
| commit | 18742ad94405c2998fa357d9e90a7f03266885d0 (patch) | |
| tree | 25dc5d0cf67fdda353e9c77f48a4b86f625c74d8 /src/ns3/nix/simulator/modules/modules.hpp | |
| parent | fce7ffd9ea478890068dae0d6b5120cb24fc6700 (diff) | |
Update paper/new simulation with 10G routers
Diffstat (limited to 'src/ns3/nix/simulator/modules/modules.hpp')
| -rw-r--r-- | src/ns3/nix/simulator/modules/modules.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ns3/nix/simulator/modules/modules.hpp b/src/ns3/nix/simulator/modules/modules.hpp index 7c38ad7..94042ae 100644 --- a/src/ns3/nix/simulator/modules/modules.hpp +++ b/src/ns3/nix/simulator/modules/modules.hpp @@ -49,11 +49,11 @@ // Cloud Energy Values #define ONCONSO 0 #define OFFCONSO 0 -#define IDLECONSO 1 -#define RECVBYTEENERGY 3.4 -#define SENTBYTEENERGY 3.4 -#define RECVPKTENERGY 192.2 -#define SENTPKTENERGY 192.2 +#define IDLECONSO 0.53 +#define RECVBYTEENERGY 14 +#define SENTBYTEENERGY 14 +#define RECVPKTENERGY 1504 +#define SENTPKTENERGY 1504 using namespace ns3; |
