Feross Aboukhadijeh
Feross Aboukhadijeh
@KayleePop Yep, that sounds perfect to me!
Semi-related to this issue: @jhiesey and I just fixed an issue in `block-stream2` that significantly reduced memory usage on https://instant.io, almost by half. See: https://github.com/substack/block-stream2/pull/4 EDIT: Just published a new...
Nice! The great thing about implementing this here instead of in your fork of `webtorrent-cli` is that all consumers of this library, like [WebTorrent Desktop](https://webtorrent.io/desktop), will inherit BEP46 support for...
> So it makes sense to have torrent.on('update') (for both BEP 39 and 46) and then call destroy() and add() accordingly. Supporting BEP39 as well sounds good to me. >...
> Does webtorrent have capabilities to re-use data if I only appended data to my torrent? I'm not sure how the `fs-chunk-store` package (which handles mapping the store of pieces...
An interesting idea. Sounds like it would come in handy for some use cases, as you've described.
@Griss168 The WebSocket tracker doesn't respond with "ip:port" like HTTP and UDP trackers do. It works a little differently. To get WebRTC peers connected, we have to do [WebRTC signaling](http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/)...
There's no super seeding support at the moment.
@jhiesey Do you have thoughts about this?
> Should I see about implementing that? Only if you're interested. I still don't fully understand the root cause of the issue and haven't had time to dig in, and...