logs and tps counting

This commit is contained in:
Anatoly Yakovenko
2018-05-24 04:45:40 +00:00
committed by Greg Fitzgerald
parent e12e154877
commit 2128c58fbe
5 changed files with 29 additions and 19 deletions

View File

@@ -342,7 +342,7 @@ fn broadcast(
let mut blobs = dq.into_iter().collect();
/// appends codes to the list of blobs allowing us to reconstruct the stream
#[cfg(feature = "erasure")]
erasure::generate_codes(blobs);
erasure::generate_coding(re, blobs, consumed);
Crdt::broadcast(crdt, &blobs, &sock, transmit_index)?;
// keep the cache of blobs that are broadcast
{