File: control

package info (click to toggle)
wrr 20021019-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 308 kB
  • ctags: 2
  • sloc: sh: 234; perl: 85; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: wrr
Section: devel
Priority: extra
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.5.10
Build-Depends-Indep: cdbs, debhelper (>= 4), dh-kpatches (>= 0.99.3)

Package: kernel-patch-wrr
Architecture: all
Depends: ${kpatch:Depends}
Suggests: kernel-source, kernel-package
Description: Extension to traffic Control/network bandwidth management
 The WRR scheduler is an extension to the Traffic Control/network
 bandwidth management part of the Linux 2.2 and 2.4 kernels.
 The scheduler was developed to support distributing bandwidth
 on a shared Internet connection fairly between local machines.
 .
  * As a default all local machines will get equally much
    of the bandwidth if they have sufficient demand. This
    is obtained by doing so-called weighted round robin (wrr)
    scheduling.
  * It is possible to give machines transferring much data
    over a long or short period of time less bandwidth.
  * It can work on a bridge, a router or on a firewall.
  * Supports accounting locally generated masqueraded packets
    to the correct local machine.
  * On the WRR home page an extension is available which
    includes patches for Squid and the Nec socks5 proxy servers
    so that proxied packets can also be accounted to the
    correct local machine.
  * Includes a configuration file based set of scripts that
    will setup everything without changing your basic network
    setup. The scripts will allow you to shape both incoming
    and outgoing traffic.