Open commandus opened 2 years ago
How do you compare packets to mark as duplicated or triplicated...?
I queue packets where they live no more than a second.
Duplication is determined by the presence in the queue of a packet from a given address and the same value of fcnt
receiver-queue-service.cpp:
bool ReceiverQueueService::isDuplicated
пн, 11 июл. 2022 г. в 21:55, Luiz Vitor Martinez Cardoso < @.***>:
How do you compare packets to mark as duplicated or triplicated?
— Reply to this email directly, view it on GitHub https://github.com/commandus/lorawan-network-server/issues/1#issuecomment-1180375623, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATDPND4HBBXZZVEN6IRMETVTQKUDANCNFSM5TMUEFSA . You are receiving this because you authored the thread.Message ID: @.***>
-- Best regards,
Andrei Ivanov tel:+7 (914) 104-0619 fax:+1 (801) 880-0903 https://commandus.com/ http://commandus.com/
Server does not mark second and third packet.