Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeye/tcp_china
TCP China congestion control algorithm
https://github.com/madeye/tcp_china
Last synced: 3 days ago
JSON representation
TCP China congestion control algorithm
- Host: GitHub
- URL: https://github.com/madeye/tcp_china
- Owner: madeye
- License: other
- Created: 2016-01-29T04:19:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T06:35:30.000Z (about 3 years ago)
- Last Synced: 2024-10-10T11:54:16.861Z (24 days ago)
- Language: C
- Size: 5.86 KB
- Stars: 108
- Watchers: 8
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - madeye/tcp_china - TCP China congestion control algorithm (C)
README
TCP CHINA
========`TCP-CHINA` Congestion control algorithm, based on very few modifications
to `TCP-AFRICA`.Modifications are simple: Always keep using fast mode of `TCP_AFRICA`.
This is yet another demostration of how easily we can increase TCP sending speed
from the server side if you ignore fairness and friendliness.WARNING: DO NOT USE THIS MODULE!