From 17b3cb021d5899cbec7bde52b07bb69613d3e37f Mon Sep 17 00:00:00 2001 From: Andreas Schmidt Date: Fri, 26 Oct 2018 11:44:24 +0200 Subject: [PATCH] Update README for v0.3.0. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c15f3fc6..8882e6ac 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ ## Features * Hybrid error control (FEC + ARQ) using systematic Vandermonde codes -* Congestion control using a variant of [BBR](https://groups.google.com/forum/#!forum/bbr-dev) +* Congestion control and pacing using a variant of [BBR](https://groups.google.com/forum/#!forum/bbr-dev) * Clock synchronization between sending stack and receiving stack * Applications can specify packet-level expiration times * Different receive modes for ASAP and time-synchronized operation * Passive measurement of propagation delay, bottleneck data rate and packet loss rate * Packet-level timing analysis using [X-Lap](http://xlap.larn.systems) +* Wireshark dissector written in Lua * [Hardware timestamping support](https://git.nt.uni-saarland.de/LARN/PRRT/wikis/hardware-timestamping) ## Installation -- GitLab