Update Readme and add new performance report.
This commit is contained in:
@@ -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
|
||||||
@@ -15,6 +17,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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user