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
Merged
Commits on Mar 29, 2016
  1. Deprecate bittorrent-swarm, inline into webtorrent

    feross committed Mar 29, 2016
    bittorrent-swarm and the Torrent object in webtorrent are very coupled.
    It doesn't make much sense to publish them separately, as
    bittorrent-swarm can't be used independently.
  2. Remove `portfinder` dependency

    feross committed Mar 29, 2016
  3. torrent.js: depend on local './swarm' file

    feross committed Mar 29, 2016
  4. rename connect timeout methods

    feross committed Mar 29, 2016
  5. Shorter connect timeout for TCP peers

    feross committed Mar 29, 2016
    This restores the older timeout for TCP peers, which was originally
    increased as a workaround to give enough time for WebRTC peers.
    
    Supersedes https://github.com/feross/bittorrent-swarm/pull/21
  6. documentation fixes

    feross committed Mar 29, 2016
  7. remove one more reference to `bittorrent-swarm`

    feross committed Mar 29, 2016
  8. fix swarm test

    feross committed Mar 29, 2016
You can’t perform that action at this time.