Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dariol83 committed Feb 12, 2024
1 parent d2e49b5 commit 010de8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public TcTransferFrame(byte[] frame, IntFunction<Boolean> segmented, boolean fec

virtualChannelId = (short) ((twoOctets & (short) 0xFC00) >> 10);

// At this stage, you know if the TC frame has segmentation active (only if not BC: TODO: check)
// At this stage, you know if the TC frame has segmentation active (only if not BC)
this.segmented = getFrameType() != FrameType.BC && segmented.apply(virtualChannelId);

// 4.1.2.7.2
Expand Down

0 comments on commit 010de8f

Please sign in to comment.