Changes between Version 5 and Version 6 of projects/kshaper
- Timestamp:
- 09/25/09 18:51:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/kshaper
v5 v6 3 3 4 4 KShaper is a graphical based trafficshaper application made for Linux desktops. It uses iproute2 with 5 an virtually intermediate device and is written in the programming language QT/C++. 5 an virtually intermediate device and is written in the programming language QT/C++. For now on KShaper is based on HTB qdiscs, this may change in the future. 6 6 7 7 == Features == … … 11 11 12 12 == Requirements == 13 - IFB(Intermediate Functional Block) device support by Linux kernel.14 13 - Iproute2. 14 - Linux needs these features in the kernel: 15 - IFB(Intermediate Functional Block) 16 - HTB (Hierarchical Token Bucket)qdisc 17 - Ingress qdisc 18 - SFQ (Stochastic Fairness Queueing) 19 - Universal 32bit comparisons w/ hashing (U32) 20 - Actions 21 - Redirecting and Mirroring 22 23 == Downloading == 24 25 svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/kshaper 26 27 == Installing == 28 29 cd kshaper; 30 qmake; 31 make 32 33 == Starting == 34 35 sh ./start.sh 15 36 16 37 == Licenses ==