add content to README.md
This commit is contained in:
parent
f9778df019
commit
a8d2f4182a
11
README.md
11
README.md
@ -11,3 +11,14 @@ insmod tcp_const.ko # Require root privilege
|
|||||||
## Troubleshooting:
|
## Troubleshooting:
|
||||||
|
|
||||||
If compilation failed and says the function signature does not match, simply delete those two unnamed parameters.
|
If compilation failed and says the function signature does not match, simply delete those two unnamed parameters.
|
||||||
|
|
||||||
|
## Next steps:
|
||||||
|
|
||||||
|
You can change the size of constant cwnd for even better performance.
|
||||||
|
```bash
|
||||||
|
echo 2000 >/sys/module/tcp_const/parameters/const_cwnd
|
||||||
|
```
|
||||||
|
|
||||||
|
## See also:
|
||||||
|
|
||||||
|
https://zhuanlan.zhihu.com/p/555328566
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user