blob: ddf1927b20fd25f098eeb96714fb5a530adf73a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- iproute2-6.11.0.orig/netem/normal.c 2024-09-15 21:42:26.000000000 +0200
+++ iproute2-6.11.0/netem/normal.c 2024-09-24 09:43:33.542449589 +0200
@@ -9,9 +9,7 @@
#include <string.h>
#include <limits.h>
-#include <linux/types.h>
-#include <linux/pkt_sched.h>
-
+#define NETEM_DIST_SCALE 8192
#define TABLESIZE 16384
#define TABLEFACTOR NETEM_DIST_SCALE
|