add content to README.md
This commit is contained in:
parent
1fd49f5ef9
commit
f9778df019
12
README.md
12
README.md
@ -1,3 +1,13 @@
|
||||
# tcp-cca-const
|
||||
|
||||
The fastest as well as the most wicked TCP congestion control "algorithm". There shouldn't be too many people knowing this secret or the world will be ruined.
|
||||
The fastest as well as the most wicked TCP congestion control "algorithm". There shouldn't be too many people knowing this secret or the world will be ruined.
|
||||
|
||||
## Usage:
|
||||
```bash
|
||||
make
|
||||
insmod tcp_const.ko # Require root privilege
|
||||
```
|
||||
|
||||
## Troubleshooting:
|
||||
|
||||
If compilation failed and says the function signature does not match, simply delete those two unnamed parameters.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user