added lots of magic

This commit is contained in:
Kevin Jahns
2015-06-09 22:30:42 +02:00
parent c3ba8173d7
commit 1b63f5efde
11 changed files with 46370 additions and 2518 deletions

View File

@@ -137,13 +137,13 @@ module.exports = {
/*
* Broadcast a message to all connected peers.
* @param message {Object} The message to broadcast.
#
*
broadcast: (message)->
throw new Error "You must implement broadcast!"
#
*
* Send a message to a peer, or set of peers
#
*
send: (peer_s, message)->
throw new Error "You must implement send!"
*/