You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current stream isolation PR, stream ID's and their associated LRU caches accumulate forever. The Tor stream isolation codebase will tell us when a new NYM_EPOCH has been reached; this is a safe point to delete all currently existing stream ID's and their LRU caches. (Of course, the new NYM_EPOCH event is not actually exposed via the Prop279 protocol, so we'll have to work with the Tor folks to get that added to the spec.)
The text was updated successfully, but these errors were encountered:
In my current stream isolation PR, stream ID's and their associated LRU caches accumulate forever. The Tor stream isolation codebase will tell us when a new
NYM_EPOCH
has been reached; this is a safe point to delete all currently existing stream ID's and their LRU caches. (Of course, the newNYM_EPOCH
event is not actually exposed via the Prop279 protocol, so we'll have to work with the Tor folks to get that added to the spec.)The text was updated successfully, but these errors were encountered: