Austin Middleton

Results 27 comments of Austin Middleton

@lmatteis > from a high-level, how does this work? When peer-relay bootstraps, it connects directly to a handful of peers either over websocket or webrtc (nodejs peers have a built...

Ooops, I guess I didn't make that part clear. peer-relay isn't a dht, kademlia, or anything like that. All it does is send messages from point A to B by...

A signaling server isn't needed with peer-relay; every peer-relay instance acts _like_ a signaling server. The signaling information is relayed through peers you're already connected to. For example: A is...

@lmatteis I realize we've had a bit of confusion on how everything fits together. This may be due to me not explaining things well, but I've updated the readme for...

@feross You understood correctly. The two approaches are very similar, and I think the main difference is that peer-relay is just an overlay with a dgram like interface while jhiesey's...

Hi. I ran into this problem too; same error with the same stack trace. It seems the client is requesting pieces from peers before verification has completed. Which causes many...

I would assume that if the user is downloading a torrent in the browser, quits the browser, then starts the download again. The download should resume where it left off,...