Browse Source

Complete retrans was not switched off immediately

pull/1080/head
no name 2 years ago
parent
commit
42332cdac6
  1. 6
      src/hm/hmPayload.h

6
src/hm/hmPayload.h

@ -302,10 +302,10 @@ class HmPayload {
} }
} }
} }
} else if (false == mPayload[iv->id].gotFragment) {
// only if there is no sign of life
mPayload[iv->id].rxTmo = true; // inv might be down, no complete retransmit anymore
} }
} else if (false == mPayload[iv->id].gotFragment) {
// only if there is no sign of life
mPayload[iv->id].rxTmo = true; // inv might be down, no complete retransmit anymore
} }
} else if(!crcPass && pyldComplete) { // crc error on complete Payload } else if(!crcPass && pyldComplete) { // crc error on complete Payload
if (mPayload[iv->id].retransmits < mMaxRetrans) { if (mPayload[iv->id].retransmits < mMaxRetrans) {

Loading…
Cancel
Save