Update README.md

This commit is contained in:
MahnoKropotkinvich 2025-03-27 20:34:43 +08:00
parent 975be30a83
commit 60637d9347

View File

@ -10,7 +10,7 @@ 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 in `static void const_main(struct sock *sk,u32,int,const struct rate_sample *rs)` If compilation failed and it said the function signature does not match, simply delete those two unnamed parameters in `static void const_main(struct sock *sk,u32,int,const struct rate_sample *rs)`
## Next steps: ## Next steps: