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

File descriptor use by UDP trackers #61

Closed
anacrolix opened this issue Jan 29, 2016 · 2 comments
Closed

File descriptor use by UDP trackers #61

anacrolix opened this issue Jan 29, 2016 · 2 comments

Comments

@anacrolix
Copy link
Owner

It seems every UDP tracker present when a torrent is first added to a client consumes a socket for the lifetime of the client. This should be fixed so that sockets are only in use for the duration of an announce on a given tracker.

@anacrolix
Copy link
Owner Author

I think this will require unexposing Connect() from the tracker interface. I may have been overly enthusiastic about exposing all concepts of a tracker from the first on this.

@anacrolix
Copy link
Owner Author

The file descriptor use has been fixed (long ago). I'll create a separate issue to fix the poor interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant