tice-web icon indicating copy to clipboard operation
tice-web copied to clipboard

Evaluate max_cache setting

Open code28 opened this issue 4 years ago • 0 comments

For our encryption, double ratchet, we need to settings: max_skip and max_cache. Those define, how many missed messages will be tolerated for a connection. We increased max_skip, but not max_cache. We should evaluate, if and how much we can increase max_cache, without eating too much memory.

code28 avatar Oct 08 '21 07:10 code28