Relationship each file in new routing protocol
I try to understand relationship of these protoname routing protoname as well other routing protocol. But before that I try to look for other routing protocol where like example DSDV and AODV. What are trying to see is every similar type of file in each folder. Also to see what another file that it "include" during beginning of program. There are:
DSDV | Protoname | AODV | ||
1. | File that include in routing table header | Config.h Scheduler.h Queue.h | Trace.h Cmu-trace.h | Assert.h Sys/types.h Config.h Lib/bds-list.h Scheduler.h |
2. | What are routing table use as parameter | Destination-Addrest Next Hop Metric distance | Network address | Neighbor address |
3. | File that include in routing protocol header | Config.h Agent.h Ip.h Delay.h Scheduler.h Queue.h Trace.h Arp.h ll.h Mac.h Priqueue.h Rtable.h | Protoname_rtable.h Protoname_pkt.h Agent.h Packet.h Trace.h Timer_handler.h Random.h classifier-port.h Cmu-trace.h | Cmu-trace.h |
Post a Comment