Brad Marsden
Brad Marsden
Hi @ThaUnknown, I can understand the use for this feature, but with how the [`_verifyPeices`](https://github.com/webtorrent/webtorrent/blob/57d56d6c5145f160c3b46884ca2f4abc26dccd3a/lib/torrent.js#L590) function is currently implemented, this is not currently possible and would require a re-write of...
I've created a simple bridge application using webseeds but creating a native webtorrent bittorrent seed seems like a lot more work at the moment due to this active issue with...
Hey @norzak, Just to make it easier for others, the BEP referenced is [BEP40](http://www.bittorrent.org/beps/bep_0040.html). This seems like it could possibly be implemented within the `._drain` function of the TCPOutgoingPeer queue...
Hey @norzak, After digging into it, if the peer is added via ip:port (so not a WebRTC peer) then this is just split and added to the wire object, if...
Just to give my two cents your comment above @detarkende, I would say A and B are both valid depending on the scenario. Given a torrent which has the piece...
Hi @memoryhash, Due to breaking changes between v1 and v2, the example on `https://webtorrent.io/intro` will not work with `webtorrent@latest`, and the current active maintainers do not have the ability to...
Hi @oviirup, Getting this error typically means that whatever bundler you are using isn't respecting the [browser](https://github.com/webtorrent/webtorrent/blob/c8ffdda0d0a03571bab2644cb5e0033d47486294/package.json#L11) overrides used to build the browser version of WebTorrent, which seems to be...
To add some further details to this, after testing this within `client_test` included in the examples folder, with the `--alert_mask=tracker,torrent_log` enabled, it appears that after the client becomes unresponsive to...
No worries at all and thank you for looking into this when you have time. After running the same test as above, now with `DEBUG_RTC` set to 1, and with...
I can confirm this is the case. Currently, `client.tracker.announce` (set via `opts.tracker.announce` on client creation) will always be ignored and `torrent.announce` (set via `opts.announce` on torrent creation) will always be...