Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does client.add seed after completion? #638

Closed
dkobia opened this issue Feb 25, 2016 · 2 comments
Closed

does client.add seed after completion? #638

dkobia opened this issue Feb 25, 2016 · 2 comments
Labels

Comments

@dkobia
Copy link

@dkobia dkobia commented Feb 25, 2016

client.add does is not seeding after the torrent is done. It does show up as a Peer, but none of the other peers seem to be able to connect to it.

Do I have to do anything special after the torrent is done or should I begin an explicit client.seed after the torrent is done? Does DHT need to be set to true?

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Feb 28, 2016

client.add automatically seeds during and after the download is complete.

I assume you're using WebTorrent in Node.js. WebTorrent currently doesn't support the traditional methods of NAT hole punching (UPnP and NAT-PMP) that most torrent clients support. There's an issue about this here: #195. This might explain why peers outside your local network are unable to connect to your client.

As a workaround, you can set up Port Forwarding on your router.

@feross feross closed this Feb 28, 2016
@feross feross added the question label Feb 28, 2016
@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.