Pommaq/dump1090

Messages "crossing borders" of buffer are missed

Closed this issue · 1 comments

Messages "crossing borders" of buffer are missed

Appears there was a solution for this already, the buffer is juuust big enough for one message or something.
From Modes.cpp:
/* We add a full bitf_message minus a final bit to the length, so that we * can carry the remaining part of the buffer that we can't process * in the bitf_message detection loop, back at the start of the next data * to process. This way we are able to also detect messages crossing * two reads. */