dqian3 / DOM-BFT

MIT License
0 stars 0 forks source link

Implement deadline calculation on proxy #13

Open ManasVegi opened 3 months ago

ManasVegi commented 3 months ago

Currently, the proxy just takes the last One Way Delay measurements from each receiver and uses those to calculate the deadline. We would want to keep some window of OWD messages and calculate the 90th percentile as specified in the protocol.

Steamgjk commented 3 weeks ago

If deployed in WAN, 50th percentile should already be sufficient and stable. Make the percentile as a configurable parameter and later we may need to do ablation study.