MinimaLT: Minimal-latency Networking Through Better Security

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

Return to the Index

This card pertains to a resource available on the internet.

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.

ENet networking library.

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