mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Merge 6e55771451 into 4f65227971
This commit is contained in:
commit
12d43415d0
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@
|
|||
// 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).
|
||||
As such it may be likened and compared to both, not dissimilar to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue