diff options
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; |
