Skip to main content
. 2022 Nov 11;22(22):8708. doi: 10.3390/s22228708
Rule DD (duplicate discard):
signature = concat (packet.S, packet.Q);
if (DD_cache.present (signature) {
   return SUCCEED;
} else {
   DD_cache.add (signature);
   return FAIL;
}