modified HTB to fix the perfect synchronization bug
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
obj-m = sch_htb.o
|
||||||
|
KVERSION = $(shell uname -r)
|
||||||
|
all:
|
||||||
|
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
|
||||||
|
clean:
|
||||||
|
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
Modified sch_htb implementation with ofbuf support.
|
||||||
|
|
||||||
|
To compile, just type make. To use this module instead
|
||||||
|
of regular sch_htb, do:
|
||||||
|
|
||||||
|
0. make
|
||||||
|
1. rmmod sch_htb
|
||||||
|
2. insmod ./sch_htb.ko
|
||||||
|
|
||||||
|
To revert, just rmmod sch_htb.
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user