diff --git a/README.md b/README.md index 79351c8..6530c10 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,6 @@ 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. -## Install with apt -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 -``` ### Versions - latest on master branch