]> git.localhorst.tv Git - blank.git/blobdiff - src/net/Packet.hpp
documented packet structure
[blank.git] / src / net / Packet.hpp
index af2f8727e3383669042365d2085c2f4c9a178083..5e9751cb434a29c1117a6203b6b59fe88e6a7430 100644 (file)
@@ -27,6 +27,9 @@ struct Packet {
                std::uint32_t tag;
                TControl ctrl;
                std::uint8_t type;
+               std::uint8_t reserved1;
+               std::uint8_t reserved2;
+               std::uint8_t reserved3;
        } header;
 
        static constexpr std::size_t MAX_PAYLOAD_LEN = 500 - sizeof(Header);