Tiny C++ header implementation of spin bit based RTT measurements in network traffic.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jens Finkhaeuser 2b065a254d
Update for semgrep
12 months ago
docs Basic README, docs 1 year ago
include Add VEC observer and tests 12 months ago
subprojects Add dependencies and project meta files 1 year ago
test Add VEC observer and tests 12 months ago
.gitignore Add dependencies and project meta files 1 year ago
.oclint Add dependencies and project meta files 1 year ago
.semgrepignore Update for semgrep 12 months ago
LICENSE Basic README, docs 1 year ago
README.md Basic README, docs 1 year ago
build-config.h.in Implementation of spin bit with VEC 1 year ago
meson.build Add a generator; this can be used in protocol implementations. 12 months ago

README.md

spin-bit

Tiny C++ header implementation of spin bit based RTT measurements in network traffic.

This library is inspired by QUIC, and based on Piet De Vaere's master thesis (a copy can be found in the docs/ folder for archiving purposes).