12345678910111213 |
- --- 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
-
|