<div dir="ltr"><div>Hi (Alex, Spyros),<br><br>In all ndnSIM examples, the interconnection links between nodes is specified as:<br><br># srcNode   dstNode     bandwidth   metric  delay   queue<br>Node0    Node1   1Mbps   1  10ms   ns3::RedQueue,MeanPktSize=100<br>Node0    Node3   1Mbps   1  10ms   ns3::RedQueue,MeanPktSize=100<br><br></div><div>In all these configs, is the adjacency between the two nodes  and all the link characteristics defined as bidirectional by default? Is it a ndnSIM requirement to specify the links parameters as defined in all the examples or it is specific to application? <br><br>Can we define the links and their parameters in each direction and how does ndnSIM would behave in such case? For example, how to achieve this:<br><br># srcNode   dstNode     bandwidth   metric  delay   queue<br>Node0    Node1   1Mbps   1  10ms   ns3::RedQueue,MeanPktSize=100<br>Node1    Node0   2Mbps   1  20ms   ns3::RedQueue,MeanPktSize=200<br>Node0    Node3   1Mbps   1  10ms   ns3::RedQueue,MeanPktSize=100<br>Node3    Node0   2Mbps   1  20ms   ns3::RedQueue,MeanPktSize=200<br><br></div><div>My application scenario, each node define its own adjacency matrix and link parameters (i.e. application specific configuration), thus takes care of creating and initializing the faces in each direction explicitly. While I believe in real set up it would fine; however, in case of ndnSIM I am not sure how it is going to behave. <br><br></div><div>Can you please elaborate?<br><br></div><div>/anil.<br><br></div></div>