Hello, all Does the following two tcl syntax function the same, are they all creat a simplex link (unidirectional link) from node1->node2? syntax 1: $ns_ link node1 node2 syntax 2: $ns_ simplex-connect node1 node2 tks, shuqian