diff options
Diffstat (limited to 'content/en/_index.html')
-rw-r--r-- | content/en/_index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/content/en/_index.html b/content/en/_index.html index 8902a9c..7818c10 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -24,14 +24,14 @@ linkTitle = "Ouroboros" {{% blocks/lead color="secondary" %}} Ouroboros is a <b>peer-to-peer packet network prototype</b>. It unifies all packet communications ---whether it is two programs the same machine or two programs in -computers on different continents -- using a single abstraction, which -we call a <b>flow</b>. The Ouroboros architecture improves security, -privacy and efficiency through <b>simplicity</b>. It provides a very +--whether it is two programs the same machine or a set of programs in +computers on different continents -- using a small set of +abstractions, which we call <b>layers</b> and <b>flows</b>. The +Ouroboros architecture improves security, privacy and efficiency +through <b>simplicity</b>. It provides a very <b>compact API</b> for writing distributed software and networked -application libraries, with support for -both <b>unicast</b> <b>multicast</b> communications. Being rebuilt -from the ground up, Ouroboros is not directly compatible with IP or -UNIX sockets, but it is -<b>interoperable with UDP/IP and Ethernet</b>. +application libraries, with support for both <b>unicast</b> +and <b>multicast</b> communications. Being rebuilt from the ground up, +Ouroboros is not directly compatible with IP or UNIX sockets, but it +is <b>interoperable with UDP/IP and Ethernet</b>. {{% /blocks/lead %}} |