allow received to outpace window, we're already constraining repair

correctly identify sender in ledger_window repair responses, enabling re-transmission
This commit is contained in:
Rob Walker
2018-08-08 14:54:06 -07:00
parent 8331aab26a
commit ce8a4fa831
2 changed files with 3 additions and 3 deletions

View File

@@ -1025,7 +1025,7 @@ impl Crdt {
let out = entry.to_blob(
blob_recycler,
Some(ix),
Some(from.id),
Some(me.id), // causes retransmission if I'm the leader
Some(&from.contact_info.tvu_window),
);