> I want to calculate the throughput in a wifi scenario.
> From examples/wireless/hidden-terminal.cc I found this code. This "10.0" i
> suppose is the time of the simulation. Shouldn't this be (timeLastRxPacket -
> timeFirstRxPacket).GetSeconds() ??
I suspect that it really depends on what your definition of throughput
is. In this case, the numeric result should not change much since the
applications start sending packets really early in the simulation.
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/p1j_-IFSrNg/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
void | Start (const Time &time) |
Set the time, counting from the current time, from which to start monitoring flows. |
void | Stop (const Time &time) |
Set the time, counting from the current time, from which to stop monitoring flows. |