Pierre Dubouilh
Pierre Dubouilh
I started implementing @dcposch proposal, in the fashion described by @kocoten1992, with a list of wanted files. It's [over there](https://github.com/webtorrent/webtorrent/compare/master...pldubouilh:file-selection) - it needs a bit more testing but seem to...
I ran into the same problem - especially an issue on boxes with high connectivity and low cpu ressources. Based on @xuset fix [I had another go](https://github.com/webtorrent/webtorrent/compare/master...pldubouilh:fix-local-verif-wires): * Check in...
Interesting issue. Zeronet would drastically benefit from a DHT, as trackers tend to come and go with time... My bet is that it would be best to bootstrap and use...
hi :wave: I've been eyeing on this issue since February - and started toying with a branch today: https://github.com/pldubouilh/ureq/commit/ca77cd7aaa71dd925213cf398337dd481061f1c4 It uses a generic callback through `agent`, à la middleware, that's...
It seems that the peers can cast their vote at `sha1(info# + {1,2,3,4,5})`. Although, it's not been bep'd so I think only utorrent would handle these requests. And an user...
Right, so I did some tests as well - the query is, indeed, `vote` and not `get`, so you'll have to change a few lines in `client.js` otherwise the message...
[There you go.](https://github.com/pldubouilh/bittorrent-dht/tree/vote) It's nothing really fancy, I just added a `case: 'vote'`, so I can see what's happening instead of treating it as unexpected.
I inconsistently bumped on that issue as well with Firefox 54.0.1 on Archlinux
still investigating the issue - 2b734b8 might move towards a fix but it still skips some files. Interestingly enough, the issue is present on chrome but not on firefox.
> We allow streaming torrents to VLC or other external players. It's unclear what these programs set the Host header to. We need to test the top player apps to...