Switch queue 20051118.click

From
Jump to navigation Jump to search
AddressInfo(my_wlan ath0:eth);
q :: Queue(1000);

RatedSource(LIMIT 1, DATASIZE 00)
  //-> UDPIPEncap( 10.9.0.1, 67, 255.255.255.255, 68 )
  -> EtherEncap( 0x8086, my_wlan, ff:ff:ff:ff:ff:ff)
  -> WifiEncap(0x00, 0:0:0:0:0:0)
  -> ExtraEncap()
  -> q;

q
  -> ptee :: PullTee(2)
  -> cnt :: Counter()
  -> SetTXRate(22)
  -> SetTXPower(63)
  //-> SetChannel(DEV ath0, ROTATE true)
  -> ToDevice(ath0);

ptee[1]
  -> q;