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

Re: [ns] classifiers.





"Prasad V. Boddupalli" wrote:

>     In the NS routing scheme, there MUST be a classifier in the node whose
> slot entry (assuming the dest in NOT the same node) points to the link
> (link head_), on which the packet will be sent out. Isn't it ? If so, is
> it the address classifier ?

        Probably is!
        Take a look at the tcl code for the node class you are using and
check which classifier class it instanciates. Then search for the C++
equivalent of this classifier class.



> I am trying to determine the node and the next
> hop node in the classifier and am having hard time at that. Can someone
> give me a clue?

        Take a look at the classify(Packet *p) operation!


        Tulius