• "gecip giden huhuu datalarii huhuu bir yerlerde bulsam" diye aglayan insanlari teselli etmek icin uygulanan bir yontemdir. belirlenen filtreye uyan network trafigine bandwidth siniri getirmek icin kullanililr.
  • (bkz: ab shaper)
  • lartc.org daki how to kriptik tc satirlarini son derece anlasilir hale getirmistir.

    ornek:
    tc qdisc add dev $dev root handle 1: cbq avpkt 1000 bandwidth 10mbit
    the first line installs a class based queue on your interface, and tells the kernel that for calculations, it can be assumed to be a 10mbit interface. if you get this wrong, no real harm is done. but getting it right will make everything more precise.

    tc class add dev $dev parent 1: classid 1:1 cbq rate 512kbit allot 1500 prio 5 bounded isolated
    the second line creates a 512kbit class with some reasonable defaults. for details, see the cbq manpages and chapter 9.

    tc filter add dev $dev parent 1: protocol ip prio 16 u32 match ip dst 195.96.96.97 flowid 1:1
    the last line tells which traffic should go to the shaped class. traffic not matched by this rule is not shaped. to make more complicated matches (subnets, source ports, destination ports), see section 9.6.2.
  • (bkz: cfosspeed)
  • paket sınıfı, kuyruk disiplini gibi kriterlere göre ağ trafiğini ve bant genişliğini düzenleyen network uygulaması.
  • adil kullanım uygulamaları kapsamında sınırı aşan hesaplar için iss larının kullanıcı bant genişliğine uyguladığı söylenen yöntem.
  • istikrarlı bir şekilde saturasyon olan hatta traffic shaping'in tampon belleğe alma özelliğine çok güvenmeyin.
hesabın var mı? giriş yap