mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #368 from DJ2LS/sourcery/ls-arq
This commit is contained in:
commit
418dedf1d8
1 changed files with 1 additions and 3 deletions
|
@ -771,17 +771,15 @@ class DATA:
|
|||
static.RX_FRAME_BUFFER = static.RX_FRAME_BUFFER[
|
||||
: search_position + get_position
|
||||
]
|
||||
static.RX_FRAME_BUFFER += temp_burst_buffer
|
||||
self.log.warning(
|
||||
"[TNC] ARQ | RX | replacing existing buffer data",
|
||||
area=search_area,
|
||||
pos=get_position,
|
||||
)
|
||||
# If we don't find data in this range, we really have new data and going to replace it
|
||||
else:
|
||||
static.RX_FRAME_BUFFER += temp_burst_buffer
|
||||
self.log.debug("[TNC] ARQ | RX | appending data to buffer")
|
||||
|
||||
static.RX_FRAME_BUFFER += temp_burst_buffer
|
||||
# Check if we didn't receive a BOF and EOF yet to avoid sending
|
||||
# ack frames if we already received all data
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue