Fork me on GitHub
#unrepl
<
2017-12-03
>
cgrand14:12:24

I’m thinking of making the sideloader protocol a bit more complex (as optional as possible) to allow parties to estimate bandwith and lag — the goal being to send a whole jar when it makes sense

volrath14:12:46

can you give an example?

cgrand16:12:45

If the repl sends an ACK after receiving a class/resource then the client can measure the time between request and acknowledgment which is about 2*latency+size/bandwidth

cgrand16:12:09

With two measurements you can estimate both parameters