Skip to content

Commit

Permalink
Fixes to the protocol options.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 5, 2025
1 parent f88ecff commit a322f21
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions client/lib/templ/ProtocolOptions.h.templ
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,14 @@ public:
{
struct FrameLayers : public BaseImpl::frame::FrameLayers
{
using Data =
std::tuple<
##MAX_PACKET_SIZE##,
BaseImpl::frame::FrameLayers::DataMembers::Field
>;
struct DataMembers : public BaseImpl::frame::FrameLayers::DataMembers
{
using Field =
std::tuple<
##MAX_PACKET_SIZE##,
BaseImpl::frame::FrameLayers::DataMembers::Field
>;
}; // struct DataMembers

using IdAndFlags =
std::tuple<
Expand Down

0 comments on commit a322f21

Please sign in to comment.