... | ... | @@ -51,7 +51,7 @@ For an in-depth analysis of the protocol choices, my [master thesis](https://www |
|
|
This protocol will be UDP-based, much like Google is doing with their [QUIC](QUIC) protocol
|
|
|
In fact, some ideas were taken from both SCTP and QUIC, so we have a full-featured transport protocol that handles cryptography and authentication in a new way.
|
|
|
|
|
|
The transport layer was [redesigned](Packet_Structure) It can now handle multicast, unicast, reliable, unreliable, ordered, unordered, bytestream and datagream streams. In a single connection and less than 30 bytes.
|
|
|
The transport layer was [redesigned](Packet_Structure) It can now handle [Multicast](Multicast), unicast, reliable, unreliable, ordered, unordered, bytestream and datagream streams. In a single connection and less than 30 bytes.
|
|
|
Aside from the transport features, the main objective of Fenrir are cryptography and user management.
|
|
|
|
|
|
To better separate the players in our protocol, we define 4 roles:
|
... | ... | |