<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Replay protection cache entry aging out</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69486/replay-protection-cache-entry-aging-out</link><description>Hello, 
 
 I wanted to confirm my understanding of the Replay protection cache. In the code, the limit is set to REPLAY_CACHE_ENTRIES and there is a note that says: 
 @note The number of entries in the replay protection list directly limits the number</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Dec 2020 14:41:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69486/replay-protection-cache-entry-aging-out" /><item><title>RE: Replay protection cache entry aging out</title><link>https://devzone.nordicsemi.com/thread/285122?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2020 14:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bb38dba-a9b9-49c1-b82a-bc9ce7ee50d5</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The replay protection list is a table of element addresses and the highest known sequence number being received from that address. As you wrote, the IV Index lasts for at least 96 hours, often longer depending on how long it takes for the first node to run out of sequence numbers. I don&amp;#39;t think there are any other protection mechanism that you are missing, no.&lt;/p&gt;
&lt;p&gt;In general it would then be wise to keep&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;REPLAY_CACHE_ENTRIES&lt;/span&gt; a bit higher than the expected number of elements sending messages to your node, to account for node replacements and network reconfigurations. (It would be a bit annoying to have to wait for the next IV Index rollover before the node can receive messages from new element addresses.)&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>