Switch queue 20051118.click: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
AddressInfo(my_wlan ath0:eth);
f
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;

Latest revision as of 09:27, 25 January 2006

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;