MinimaLT: Minimal-latency Networking Through Better Security

Created on 2020-08-12T18:27:28.717925

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

Basically another case of using UDP to re-create what TCP does. It also combines pipe encryption (a la TLS), attempts to prevent types of denial of service attacks. Think of enet but with crypto.

There is a bunch of math markup I haven't read thoroughly. It mostly provides more implementation details.

Goals

Definitions

Users create a "tunnel" to communicate between their computer and a server. They can create multiple connections within this tunnel so all communication between that client-server pair is coalesced together.

The control channel carries remote procedure calls to create, close and modify other connections from the tunnel.

Trivia