From 90e8c4f59da66f5dc075db3aa5da3098168d9e9f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 26 Dec 2018 10:11:50 -0500 Subject: [PATCH] add tl;dr --- docs/high-level.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/high-level.txt b/docs/high-level.txt index 34f940ea4..667a2d0e1 100644 --- a/docs/high-level.txt +++ b/docs/high-level.txt @@ -1,5 +1,8 @@ LLARP - Low Latency Anon Routing Protocol - + + TL;DR edition: an onion router with a tun interface for transporting ip packets + anonymously between you and the internet and internally inside itself to other users. + This document describes the high level outline of LLARP, specific all the project's goals, non-goals and network architecture from a bird's eye view.