Adds minimum RTT probing.

This commit is contained in:
Lukas Prause
2026-06-12 13:55:52 +02:00
parent 96fed81e57
commit 52cb1fe1f1
3 changed files with 175 additions and 163 deletions
+5 -1
View File
@@ -19,6 +19,10 @@ Note: This change is not persistent, the module will not be loaded at boot.
sudo modprobe tcp_roccet
sudo sysctl net.ipv4.tcp_congestion_control=roccet
```
### Versions
- release-2026-06-12-v1
- Adds minimum RTT probing
## Build from source
@@ -86,4 +90,4 @@ To see the trace output use
To remove the module again, use
`sudo rmmod roccet_kprobe`
_See more info at_ https://docs.kernel.org/trace/kprobes.html and https://www.kernel.org/doc/Documentation/trace/kprobetrace.rst
_See more info at_ https://docs.kernel.org/trace/kprobes.html and https://www.kernel.org/doc/Documentation/trace/kprobetrace.rst