Skip to content

Commit

Permalink
Update dovekey_auction_secure_2pc.md
Browse files Browse the repository at this point in the history
More details for pacing control.
  • Loading branch information
gangwang-google committed Mar 23, 2021
1 parent b7720f5 commit 83b6ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proposals/dovekey/dovekey_auction_secure_2pc.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ with a carefully chosen probability:
bid from participating in the auction.
* If the campaign is behind the delivery schedule, the probability is lower.

To automatically adjust the probability based on ahead/behind the delivery schedule in near real time (e.g. every 10 minutes), we may resort to [PID controllers](https://en.wikipedia.org/wiki/PID_controller) to compute the probability. A basic PID controller ([pseudocode](https://en.wikipedia.org/wiki/PID_controller#Pseudocode)) can be implemented in secure 2PC, where the entire calculation can be done offline (i.e. in the log process pool in [Figure 1](#fig-1-server-cluster-configuration)).

The Dovekey server cluster could perform this operation in two phases.

First, the Dovekey server cluster would periodically compute the
Expand Down

2 comments on commit 83b6ccb

@Erenakar66
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proposals/dovekey/dovekey_auction_secure_2pc.md

@Erenakar66
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

teklifler/dovekey/dovekey_auction_secure_2pc.md

proposals/dovekey/dovekey_auction_secure_2pc.md

Please sign in to comment.