Hi,
I am trying to use exponential traffic for a simulation, however, after
running my script a number of times, I noticed that the trace across all
simulations are the same despite the changes in some of the script
arguments.
Do I have to enable random number generation to have some variation a
sure you can. for example
set p [new Application/Traffic/Exponential]
$p set packetSize_ 800
$p set burst_time_ 500ms
$p set idle_time_ 500ms
$p set rate_ 200k
$p attach-agent $tcp
>From: "amrutha ravichandran" <[EMAIL PROTECTED]>
>To: ns-users@ISI.EDU
>Subject:
Hi,
I want to use exponential traffic generator for TCP..
is it possible??
for example:
set e [new Application/Traffic/Exponential]
$e attach-agent $tcp1
but when i do this im getting an error saying
"null-invalid packet type(exp)"
what does this mean??Pls help..its urgent
Thanks,
Amrutha.