Skip to content

Commit

Permalink
Mod docs for light client: mention warp sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Jun 6, 2018
1 parent 22feaed commit 3dbe8b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ethcore/sync/src/light_sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
//! - When within a certain distance of the head of the chain, aggressively download all
//! announced blocks.
//! - On bad block/response, punish peer and reset.
//!
//! When `warp_sync` is enabled (by default), a light client will first try to
//! sync using snapshots. If a client fails to get a snapshot manifest within a certain period of time,
//! it will fall back to normal sync.
use std::collections::{HashMap, HashSet};
use std::mem;
Expand Down

0 comments on commit 3dbe8b9

Please sign in to comment.