mafintosh / peer-wire-swarm

swarm implementation for bittorrent
MIT License
80 stars 18 forks source link

SOCKS5 Support #20

Open Miserlou opened 8 years ago

Miserlou commented 8 years ago

I've been noodling around with two socks libraries, Socks and ProxySocket, trying to get SOCKS support for peer-wire-swarm and related, without much success.

It looks like the connections are being created okay, it pushes out 68 bytes but then the connections are closed remotely. I don't know why.

I'm wondering if this could be related to: https://github.com/mafintosh/peer-wire-swarm/pull/17 @skerit - maybe you could explain your setup and modifications to the various libraries to accomplish using a VPN?

Miserlou commented 7 years ago

I have a working implementation of this now, but (I think) it needs a small related change to peer-wire-protocol as well.

Is this project still being maintained, or would it be best if I made my own fork and tried to maintain that?

zeke commented 7 years ago

cc @mafintosh in case this repo was created during the old days when GitHub didn't automatically "watch" one's new repositories. :)

mafintosh commented 7 years ago

@Miserlou just add it here and i'll merge + add you as collab if you want to help. @zeke thanks for the manual ping :)