From 8d87a90145398f97e0b2590438c19614bb0e806d Mon Sep 17 00:00:00 2001 From: jgmdev Date: Fri, 23 Nov 2018 20:02:15 -0400 Subject: [PATCH] Updated changelog. --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39a6613..8f15450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,12 @@ Changes Log Version 1.3 - Date 21/11/2018 - * Implemented bandwidth rate control (untested). + * Implemented bandwidth rate control. + * Traffic shaping works on both directions: ingress/outgress. + * Introduced usage of ifb kernel module to redirect ingress + and be able to filter it. * Added iftop as new dependency. - * Added tc as new dependency. + * Added tc as new dependency needed for traffic shaping. Version 1.2 - Date 17/11/2018