Skip to content

Commit

Permalink
Update test/test_buffer_rcv.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Sharabayko <maxlovic@gmail.com>
  • Loading branch information
ethouris and maxsharabayko committed Feb 16, 2024
1 parent bca5bb2 commit 5c3abbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_buffer_rcv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ class CRcvBufferReadMsg
pktMsgFlags |= PacketBoundaryBits(PB_LAST);

if (!out_of_order)
{
pktMsgFlags |= MSGNO_PACKET_INORDER::wrap(1);
}
packet.set_msgflags(pktMsgFlags);

if (!out_of_order)
Expand Down

0 comments on commit 5c3abbc

Please sign in to comment.