Hello all

        I have a topology like this

              ______________n2
             /                             \
Src---n1/                                 \n4______Dst
            \_______________ /
                                           n3

>From the src the packets are send both to n2 and n3 in a probabilistic
manner. My problem is for every iteration n4 should receive one packet
either from n2 or n3 depending on minimum packet sequence number. For e.g.
if n2 has packet 2 at the head of the queue and n3 has packet 1 at the head
of its queue. n4 should receive packet from n3. How can i do that comparing
two queues in different links and dequeing that packet to n4.

Cordialement
Sandoche BALAKRICHENAN.

Reply via email to