Komondor icon indicating copy to clipboard operation
Komondor copied to clipboard

Separate methods for decoding packets and detecting packet losses

Open fwilhelmi opened this issue 5 years ago • 0 comments

Right now, we are using the same method to identify packet losses and to check if a detected transmission can be decoded or not ("IsPacketLost()"). We should separate these two functionalities into different methods since they may have different implications.

fwilhelmi avatar Sep 03 '19 15:09 fwilhelmi