Skip to content

Commit 2520fb1

Browse files
author
skywind3000
committed
update README
1 parent ce4f14f commit 2520fb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,23 @@ Leveraging the awesome [WinDivert](http://reqrypt.org/windivert.html), clumsy st
1313

1414
See [this page](http://jagt.github.io/clumsy) for more info and build instructions.
1515

16+
1617
## Details
1718

1819
Simulate network latency, delay, packet loss with clumsy on Windows 10:
1920

2021
![](clumsy-demo.gif)
2122

22-
In addition, **This fork** implements the **bandwidth limit** for clumsy:
23+
24+
## The Fork
25+
26+
This is a fork of the original [jagt/clumsy](https://github.com/jagt/clumsy) to add the **bandwidth limit** feature:
2327

2428
![](clumsy.png)
2529

2630
The algorithm is similar to webrtc, which uses a sliding window (size = 1 second) to statistic current bandwidth.
2731

32+
2833
Though nowadays it seems everybody has high speed broadband Internet connection, it's still important to face the fact that network transportation isn't always reliable. You don't want a duplicated UDP packet to crash your application. Properly handle this usually requires adding more code in their projects, and it's not always easy nor possible. Hopefully clumsy can provide an easy and painless (though suboptimal) option to do this for busy developers.
2934

3035

0 commit comments

Comments
 (0)