Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate bittorrent-swarm, inline into webtorrent #704

Merged
merged 9 commits into from Mar 29, 2016
Prev

fix swarm test

  • Loading branch information
feross committed Mar 29, 2016
commit 8296b660ef3fb0c721f463af00e95c5324bc4795
@@ -11,7 +11,7 @@ test('two swarms listen on same port', function (t) {
t.plan(2)

var swarm1 = new Swarm(infoHash, peerId)
swarm1.listen(function () {
swarm1.listen(0, function () {
var port = swarm1.address().port
t.ok(typeof port === 'number' && port !== 0)

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.