[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scheduler!!



Hi Polly,

Thanks for the correction that I received !! I saw the mistake I made in my 
earlier code !!

I'm currently getting the scheduler problem (see below) when I increase the 
number of nodes !! Ofcourse, this could be due to the 'uneven' arrival of both 
repair packets and NACKs to my MFTP/Snd agent. When I look at the 'mailing-list 
threads' on scheduler problems:

http://www-mash.cs.berkeley.edu/dist/archive/ns-users/9909/0102.html

The solution suggested seems not to work even after using Heap instead of 
Calender (default) scheduler.

Any leads/suggestions ?

Tx

-- Martin

e-mail: [email protected]

-------Error-----
Creating links for WAN ....
Creating links for LAN with (1..10) nodes...
Creating links for LAN with (10..20) nodes...
Creating links for LAN with (20..30) nodes...
Inserting link errors (1..10) nodes...
Inserting link errors (10..20) nodes...
Inserting link errors (20..30) nodes...
Transmitting 2000000 byte file with group-size 8
simulation is running...
ns: scheduler going backwards in time from 1.288963 to 0.000000.
ns: _o813 recv useful 1 13 10: floating-point value too large to represent
    while executing
"format "%7.4f [[$self set node_] id] $op-$type $args" [$ns_ now]"
    (procedure "_o813" line 4)
    (Agent/MFTP/Rcv evTrace line 4)
    invoked from within
"_o813 evTrace recv useful 1 13 10"
    ("eval" body line 1)
    invoked from within
"eval $self evTrace $proc $type $args"
    (procedure "_o813" line 2)
    (Agent/MFTP/Rcv recv line 2)
    invoked from within
"_o813 recv useful 1 13 10"

---------------------------------------------------------------------