Skip to content

Commit

Permalink
add changelogs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonn committed Nov 19, 2015
1 parent dd940d2 commit a31c265
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes since version 1.3 (forked by Saimonn/Camptocamp):
- move from CBQ to HTB queing.
CBQ didn't cope well on a ~100Mbps link : individual downloads
were ceiling at 3Mbit/s. Moving to HTB allows to really use all the
available bandwith, event with a single TCP connection, and without
any caveats on SIP telephony or link reactivity.

Changes since version 1.2 (forked by magnic0):
- added command-line interface (through options and flags)
that didn't seem to be working before as the options were
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
The Wonder Shaper 1.2
The Wonder Shaper 1.3
==============

Copyright
-------------

bert hubert <ahu@ds9a.nl> http://lartc.org/wondershaper (c) Copyright 2002
magnific0 http://www.github.com/magnific0 (c) Copyright 2012
Simon Séhier <simon@sehier.fr> - Camptocamp (c) Copyright 2015 - HTB
Licenced under the GPL

About
--------------

Wonder Shaper is a script that allow the user to limit the bandwidth of one or more network adapters. It does so by using iproute's tc command, but greatly simplifies its operation. Wonder Shaper was first released by Bert Hubert in 2002, but the original version lacked a command-line interface, from on version 1.2 this feature was added. The original README is a rather lengthy document and is saved under README.old, for those who'd like some more background information. Except any notes on operation this document is considered up-to-date.
Wonder Shaper is a script that allow the user to limit the bandwidth of one or more network adapters. It does so by using iproute's tc command, but greatly simplifies its operation. Wonder Shaper was first released by Bert Hubert in 2002, but the original version lacked a command-line interface, from on version 1.2 this feature was added. From version 1.3, the HTB queing is used instead of CBQ, allowing better bandwith managment on high speed (above ten megabits) links. The original README is a rather lengthy document and is saved under README.old, for those who'd like some more background information. Except any notes on operation this document is considered up-to-date.

Installation
--------------
Expand Down Expand Up @@ -55,4 +56,6 @@ Some examples:

wondershaper -a eth0 -d 1024 -u 512

wondershaper -a eth1 -d 94000 -u 94000 # could be used on a 100Mbps link

wondershaper -c -a eth0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2
1.3

0 comments on commit a31c265

Please sign in to comment.