wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

Separate methods for decoding packets and detecting packet losses #137

Open fwilhelmi opened 4 years ago

fwilhelmi commented 4 years ago

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.