Skip navigation.

Illidan's Castle of Runes

GloMoSim Call Flow Related to a Node

call stack:
GLOMOPartition
GLOMO_NetworkInit
NetworkIpInit
RoutingAodvInit
NetworkIpSetRouterFunction
RoutingAodvInitiateRREQ


GLOMOPartition ( glomosim.pc )

Initiating partitionData->firstNode
+257
                   if (partitionData->firstNode == NULL) {
                        partitionData->firstNode = partitionData->nodeData[i];
                        partitionData->firstNode->prevNodeData = NULL;
                        partitionData->firstNode->nextNodeData = NULL;
                    }



   nextNode = partitionData->firstNode;


+295
                GLOMO_NetworkInit(nextNode, &nodeInput);

IP Header Data StructureWhat's New in 802.11 Model Suite as in latest ns2.33 Distribution

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.

December 2009
S M T W T F S
November 2009January 2010
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31