|
Optimization of TCP/IP Traffic Across ADSL
|
||
|
||
Kernel and TC patchesThe ADSL-optimizer Queues module is dependent on some kernel and TC/iproute2 patches. Most of the patches in mainline: kernel 2.6.24Theory
The kernel and TC patch is a link layer overhead modeling patch,
which accounts for the overhead on ADSL.
This include accounting for the ATM / AAL5 cell alignment and the
specific type of ADSL encapsulation overhead.
PatchesMost of the patches in mainline: kernel 2.6.24The patch consists of two parts a kernel and TC/iproute2 patch. The kernel patch is kept small, where the TC/iproute2 patch is more intrusive. Patches: KernelThe kernel patch only makes the rate table lookups more flexible. It doesn't have any knowledge of the ADSL/ATM layer.
Patches: iproute2/tc
The TC/iproute2 patch modifies the rate tables to account for
the ADSL/ATM link layer / cell alignment.
Kernel and TC patches accepted into 2.6.24 |