spec-1 is 404'd, actual code is spec-2

This commit is contained in:
linagee 2015-08-24 14:09:40 -06:00
parent d51d0022ce
commit 6e55771451

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