mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 10:31:36 +00:00
kill nbsp
This commit is contained in:
parent
89bc8e8189
commit
e87f800b94
2
index.js
2
index.js
@ -15,7 +15,7 @@ var parseUrl = require('url').parse
|
|||||||
|
|
||||||
var CONNECTION_ID = Buffer.concat([ toUInt32(0x417), toUInt32(0x27101980) ])
|
var CONNECTION_ID = Buffer.concat([ toUInt32(0x417), toUInt32(0x27101980) ])
|
||||||
var ACTIONS = { CONNECT: 0, ANNOUNCE: 1 }
|
var ACTIONS = { CONNECT: 0, ANNOUNCE: 1 }
|
||||||
var EVENTS = { completed: 1, started: 2, stopped: 3 }
|
var EVENTS = { completed: 1, started: 2, stopped: 3 }
|
||||||
|
|
||||||
inherits(Client, EventEmitter)
|
inherits(Client, EventEmitter)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user