Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide guidelines for mitigation algorithms #241

Merged
merged 5 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1430,15 +1430,10 @@ <h4>Rate obfuscation</h4>
</p>
</section>
<section>
<h4>Rate obfuscation parameters</h4>
<p><i>This section is non-normative.</i></p>
<h4>Rate obfuscation normative parameters</h4>
<p>
Based on implementation experience, implementers are advised to use:
Base on implementation experience, implementers must use:
<ul>
<li>
a range in between 300000 milliseconds (5 minutes) and 600000 milliseconds (10 minutes) for PressureObserver's
{{PressureObserver/[[ObservationWindow]]}} internal slot.
</li>
<li>
a range in between 50 and 100 changes for PressureObserver's {{PressureObserver/[[MaxChangesThreshold]]}} internal slot.
</li>
Expand All @@ -1447,6 +1442,20 @@ <h4>Rate obfuscation parameters</h4>
</li>
</ul>
These values are subject to change and are updated based on further implementation experience and research findings.
<p>
</section>
<section>
<h4>Rate obfuscation non-normative parameters</h4>
<p><i>This section is non-normative.</i></p>
<p>
Based on implementation experience, implementers are advised to use:
<ul>
<li>
a range in between 300000 milliseconds (5 minutes) and 600000 milliseconds (10 minutes) for PressureObserver's
{{PressureObserver/[[ObservationWindow]]}} internal slot.
</li>
</ul>
These values are subject to change and are updated based on further implementation experience and research findings.
</p>
</section>
<section>
Expand Down