This commit is contained in:
Feross Aboukhadijeh 2014-03-22 21:42:49 -07:00
parent a2b4e5fff6
commit 1ae6db4204
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ net.createServer(function (socket) {
// 'metadata' event will fire when the metadata arrives and is verified to be correct! // 'metadata' event will fire when the metadata arrives and is verified to be correct!
wire.ext('ut_metadata').on('metadata', function (metadata) { wire.ext('ut_metadata').on('metadata', function (metadata) {
// got metdata! // got metadata!
// Note: the event will not fire if the peer does not support ut_metadata, if they // Note: the event will not fire if the peer does not support ut_metadata, if they
// don't have metadata yet either, if they repeatedly send invalid data, or if they // don't have metadata yet either, if they repeatedly send invalid data, or if they