You must be logged in to reply to this topic.
i want to simulate dual mac for wired ethernet , (switched Ethernet)
i use duplex-link function but i dont know whether this function uses mac or not ?
set val(chan) Channel/WiredChannel ;# channel type
set val(netif) Phy/WiredPhy/802_3 ;# network interface type
set val(mac) Mac/802_3 ;# MAC type
set val(ifq) Queue/DropTail/PriQueue ;# interface queue type
set val(ll) LL ;# link layer type
set val(ifqlen) 50 ;# max packet in ifq
set val(stop) 150 ;# time of simulation end
You must be logged in to reply to this topic.