In origin code in ospf in ns2, what does 'mt' mean? Does it mean any middle node in the path? Or means multi-topo, which means it contains all middle nodes.
eg: in ospf.cc
OspfPaths::iterator OspfPaths::insertPath(int destId, int mtid, int cost, int nextHop)
Please read ospf.h for descriptions ...