INET4.5.1: UdpBasicApp - simulation breaks in some PCs when sendInterval is set too low #1276
antoniogrilo
started this conversation in
General
Replies: 1 comment 2 replies
-
The simulation must produce the exact same results independently of the used hardware, operating system or compiler version. There's either some difference between the simulations you don't see or there's a serious bug. I think the latter is very unlikely because it would bite us more often. So please take a look and try to find differences between the two simulations. If you are 100% sure that there are no differences in the INI/NED/C++ files and you still get different results, then please create an issue and I'll mark it as a bug. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario where I try to measure the maximum throughput of an IEEE 802.15.4 network. I configure UdpBasicApp as app[0] in two hosts, then I try to decrease the sendInterval parameter until the network capacity saturates. While in my laptop I get the intended result (approx. 150 kbit/s for the selected packet size), my students are getting a weird behavior: the packet rate starts to drop sharply at both sender and receiver. What could be the reason? Not enough memory? Incompatibility with newer microprocessors?
I am attaching the scenario. The configuration of interest is the UdpBasicApp configuration.
Ex1.zip
Beta Was this translation helpful? Give feedback.
All reactions