Jack Palevich

Results 27 comments of Jack Palevich

Discussion: I'm guessing that what's happening is: Node A is serving Node B connects to A Node B crashes Node B tries to reconnect to A. Node A rejects the...

I'm not working on Taipe-Torrent right now, but if someone sent a well written pull request I would probably merge it. On Wed Feb 11 2015 at 10:58:35 PM mikefaille...

I just pushed a change that improves the panic message to give more information. Please let me know if you see the error again with the additional info. Looking at...

One theory is that we are adding peers to the torrent session before we know the size of the torrent. In that case we would create peers with a "have"...

Aha, that's very interesting. Index 631 out of range 0..0 - sounds like the bitset is uninitialized.

Reading through the source, I think what's happening is that a peer is being added (and the peer's "have" bitset is created) before t.totalPieces is set.

There is no TLS or encryption support currently. I don't have any plans to add it, but if someone contributed a patch with some tests I might accept it.