#1 - quicr module

This commit is contained in:
Martin Slachta
2026-07-22 17:34:44 +02:00
parent a04f0dc262
commit e6dd954ded
149 changed files with 3997 additions and 2126 deletions
@@ -117,8 +117,10 @@ void tw_serial_benchmark(std::vector<Position>& positions) {
buf.reset();
tw::serial::BinaryWriter w(buf);
// packet_type
w.encode<uint32_t>(tw::serial::kWorldStatePacketType);
// message_type — any value; only the size matters to the benchmark
w.encode<uint32_t>(0u);
// sequence — this message is never a reply to a request
w.encode<uint32_t>(0u);
// frame_idx
w.encode<uint32_t>(static_cast<uint32_t>(frame));
// entity_count placeholder