[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: increasing the max. number of agents..
hi
If I'm not mistaken, hari was asking about number of agents on a node
and not number of nodes in a simulation. While the number of nodes can be
increased by enabling mcast address (i.e. the number of bits assigned for the
node address) , it still limits the number of agents on a node to 256. TO change
this i think one has to hack the node code. It has not already been done in ns.
kedar
> Additionally for unicadressing, you could set the 3 simulator vars
> (NodeMask_,NodeShift_, PortMask_) to configure how many bits you want to use
> for port addresses and how many for node addresses.
>
> for e.g :
> Simulator set NodeMask_ 0xff
> Simulator set NodeShift_ 24
> Simulator set PortMask_ 0xffffff
>
>
> would allow you to use 24 bits for port addresses and 8 bits for node
> addresses.
>
> Sandeep.
>