1.
Packaging a netlink packet
Packaging a netlink packet involves close association with the kernel, we have to take a look at the kernel data structures and the corresponding code to ...
2.
Expedited Forwarding
Expedited Forwarding PHB is suggested for applications that require a hard guarantee on the delay and jitter. Typically mission critical applications would ...
3.
Example - 2 : CBQ with u32 classifier
... hashkey mask 0x00ff0000 at 8 link 1: tc filter add dev eth0 parent 2:0 prio 3 handle ::1 u32 ht 800:: match ip nofrag offset mask 0x0F00 shift 6 hashkey ...
4.
Glossary
A SLA may include traffic conditioning rules which constitute a TCA in whole or in part. ... Traffic conditioners are typically deployed in DS boundary nodes. ... the temporal properties of a traffic stream such as rate and burst size. ...
5.
Internet Protocol - Quality of Service Page
Reports the efforts made by ITTC in IP QoS (Quality of Service) research.
6.
Internet Protocol - Quality of Service Page
Reports the efforts made by ITTC in IP QoS (Quality of Service) research.
7.
Queuing Disciplines
Each queuing discipline may have a number of classes. These classes don't store the packets themselves, but instead, use another queuing discipline for this ...
8.
IP QoS Page
This page reports the efforts made by ITTC in IP QoS research. ... The efforts pursued by ITTC in this area include a study of the various approaches ...
9.
Linux - Advanced Networking Overview Version 1
next up previous. Next: Disclaimer. Linux - Advanced Networking Overview Version 1. Saravanan Radhakrishnan Information and Telecommunications Technology ...
10.
Dequeue
The dequeue function for a simple FIFO queuing discipline (in net/sched/sch_fifo.c) is ... Having discussed the dequeue function of the queuing disciplines, ...