Update Readme and add new performance report.

This commit is contained in:
Lukas Prause
2026-07-22 13:35:32 +02:00
parent b651be77b3
commit b355d1eb50
2 changed files with 20 additions and 1 deletions
+20 -1
View File
@@ -5,9 +5,11 @@ Additionally, it is specially suited for 4G/5G cellular networks.
A peer-reviewed [paper on TCP ROCCET](https://opendl.ifip-tc6.org/db/conf/wons/wons2026/1571217211.pdf) was presented at the WONS 2026 conference. A peer-reviewed [paper on TCP ROCCET](https://opendl.ifip-tc6.org/db/conf/wons/wons2026/1571217211.pdf) was presented at the WONS 2026 conference.
A new performance report for the latest version of TCP ROCCET can be found under "doc/measurements/2026-07-21_performance-report.pdf".
### Versions ### Versions
- latest on master branch (requires kernel version 6.15 or higher) - latest on master branch (requires kernel version 7.1 or higher)
- Improved min RTT probing - Improved min RTT probing
- Packet pacing - Packet pacing
- Code refactor - Code refactor
@@ -16,6 +18,23 @@ A peer-reviewed [paper on TCP ROCCET](https://opendl.ifip-tc6.org/db/conf/wons/w
- release-2026-06-12-v1 - release-2026-06-12-v1
- Adds minimum RTT probing - Adds minimum RTT probing
## Install with apt (requires kernel version 6.10 or higher)
Add tcp-roccet-dkms to your source lists and install:
```
echo "deb [trusted=yes] https://apt.fury.io/timfuchs/ /" | sudo tee /etc/apt/sources.list.d/tcp-roccet.list
sudo apt update
sudo apt install tcp-roccet-dkms
```
### Loading and using the congestion control
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
```
## Build from source ## Build from source
### Setup ### Setup
Binary file not shown.