We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this error, and have a couple of questions:
Here's my code I run for each torrent file I'm sharing:
Client client = new Client(InetAddress.getLocalHost(), SharedTorrent.fromFile(torrentFile, outputParent)); client.setMaxDownloadRate(50.0); client.setMaxUploadRate(50.0); client.share();
Do I have to instantiate client for every new torrent file? It seems to me that I should have a single client, that can add or remove torrent files.
If this is the case, then the port ranges, should be similar to other clients, usually, 49152-65535
The text was updated successfully, but these errors were encountered:
Yes, a Client in this case deals with a single torrent file.
Client
Sorry, something went wrong.
8a51499
Merge pull request #134 from tchoulihan/master
9068525
Use a larger port range, fixes #132
Successfully merging a pull request may close this issue.
I'm getting this error, and have a couple of questions:
Here's my code I run for each torrent file I'm sharing:
Do I have to instantiate client for every new torrent file? It seems to me that I should have a single client, that can add or remove torrent files.
If this is the case, then the port ranges, should be similar to other clients, usually, 49152-65535
The text was updated successfully, but these errors were encountered: