ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Limitation of Monitor event cache size #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
By design 'ae' daemon only caches 1K Monitor events.

The side effect of this design decision is that if monitors flood 'ae' daemon 
with events, then older events will be overwritten.
Due to this an action sent by SSL client may get dropped since the sent event 
is not in the cache to validate to prevent replay attacks,
Todd & Ravi.

Original issue reported on code.google.com by ravt...@gmail.com on 21 Nov 2012 at 2:05

GoogleCodeExporter commented 8 years ago
This is an implementation constraint and has been documented in the form an 
issue.  Hence marking it fixed,
ravi.

Original comment by ravt...@gmail.com on 28 Nov 2012 at 5:43

GoogleCodeExporter commented 8 years ago
Verified with unit testing

Original comment by tbrt....@gmail.com on 9 Dec 2012 at 9:24