This commit is contained in:
Perttu Ahola 2014-09-17 03:00:54 +03:00
parent c156e7b0fb
commit 087db389b1

View File

@ -42,3 +42,10 @@ The first module to be loaded is called __loader. It loads all other modules.
C++ modules can use the core/ and interface/ headers. Everything else is
considered unstable.
Network protocol
----------------
(Type, length, data) tuples on TCP. In the future TLS can be taken into use. A
name->type registry is used for determining numeric packet types.
Data is freeform. Types 0...100 are reserved for initialization.