Maxime Petazzoni

Results 108 comments of Maxime Petazzoni

Hmm, they're all available for version 1.5: http://search.maven.org/#search|ga|1|ttorrent Can you try with `mvn -U` ?

Hum, that's strange. I can share a 300+ MB file with hundreds of peers (all running ttorrent) in less than 20 seconds (on a 1GE network of course). Could you...

Could you try running with the tracker inside the NAT, to be sure the NAT/network setup is the problem? There was no specific attention given to NAT support in ttorrent,...

Hi, The ttorrent tracker will always only return a small-ish number of random peers (30) from the known peers. Eventually the client's knowledge of the swarm will increase so that...

Composition vs inheritance? Can you achieve what you're looking for through composition instead?

You can do so by summing the rates of each connected peer, which is what the `info()` method does, for example.

Is there a protocol spec available for this?

Cool, I'll take a look at it soon. Thx

@davidbgk Is there an example of another Leaflet plugin that follows the new pattern? Leaflet's release notes don't really show much information about what plugins are expected to do if...