[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

half-duplex port?



Title: half-duplex port?

Hi,

Does ns implement half-duplex port or anyone have experience in implementing? I have the following topology

n0 ---
          \
            \
              n2 --------n3
            /
          /
n1 ---

n2 node has two ports, one connecting to n0 and the other to n1, the link connecting n0 and n2 and the link connecting n1 and n2 are half-duplex. So both ports at n2 are half-duplex. I know I should implement the link as a LAN, but n2 itself should be in each LAN, otherwise n0 and n1 will be connected as in the same LAN. I thought I could insert a node between n0 and n2 to act as a "virtual port", but the buffer setting would be very tricky.

Does any one have an idea how to implement this?

Thanks,
Huiwen