# TODO 1. message::defaults as it will test if things work as they should. 2. Documentation of message traits (MetaDataType, ContentType, TcpMessage) those function signatures are crazy, so they need explanation. Now some documentation still refers to old Message struct. 3. Figure how od if MetaDataType and Content Type should be connected to UdpMessage as for now it seems it does not seem as it needs it. 4. Rewrite documentation of Packet statics and constants. 5. Derive macros for FromRon and ToRon 6. **Not true** Packets should return bytes sent and received as it is not the same as len? Maybe 7. Provide more examples to functions. Some marked with // MISSING EXAMPLE