This commit is contained in:
linagee 2016-08-06 19:46:29 +00:00 committed by GitHub
commit 12d43415d0

View file

@ -15,9 +15,9 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
/* /*
Package whisper implements the Whisper PoC-1. Package whisper implements the Whisper PoC-2.
(https://github.com/ethereum/wiki/wiki/Whisper-PoC-1-Protocol-Spec) (https://github.com/ethereum/wiki/wiki/Whisper-PoC-2-Protocol-Spec)
Whisper combines aspects of both DHTs and datagram messaging systems (e.g. UDP). Whisper combines aspects of both DHTs and datagram messaging systems (e.g. UDP).
As such it may be likened and compared to both, not dissimilar to the As such it may be likened and compared to both, not dissimilar to the