openethereum/whisper
Tomasz Drwięga 08abf67a51 Fix packet count when talking with PAR2 peers (#8555)
* Support diferent packet counts in different protocol versions.

* Fix light timeouts and eclipse protection.

* Fix devp2p tests.

* Fix whisper-cli compilation.

* Fix compilation.

* Fix ethcore-sync tests.

* Revert "Fix light timeouts and eclipse protection."

This reverts commit 06285ea8c1d9d184d809f64b5507aece633da6cc.

* Increase timeouts.
2018-05-14 10:09:05 +02:00
..
cli Fix packet count when talking with PAR2 peers (#8555) 2018-05-14 10:09:05 +02:00
src Fix packet count when talking with PAR2 peers (#8555) 2018-05-14 10:09:05 +02:00
Cargo.toml Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
README.md Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00

Whisper

Implementation of Whisper based on the Whisper-v2 PoC.