Use a random sequence number in floodsub (#634)

* Use a random sequence number in floodsub

* Comment
This commit is contained in:
Pierre Krieger
2018-11-15 18:03:09 +01:00
committed by GitHub
parent 2e549884ef
commit ded89b4be3
3 changed files with 7 additions and 12 deletions

View File

@ -25,6 +25,7 @@ extern crate fnv;
extern crate futures;
extern crate libp2p_core;
extern crate protobuf;
extern crate rand;
extern crate smallvec;
extern crate tokio_codec;
extern crate tokio_io;