-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Complete IPV6 support #588
Comments
nice work,Im currently on vacation,but really looking forward to your accomplishment |
Interesting! In my own testing I just checked that monotorrent can make an outgoing IPV6 connection to qbittorrent, and successfully transfer data. I didn't check if monotorrent handled incoming IPV6 connections from qbittorrent, or from another monotorrent client. I also didn't validate the behaviour of monotorrent being a seeder or leecher. My strategy is to thread IPv6 support (as per various BEPs) through the engine, and then augment the integration tests contributed by @borigas to validate both ipv4 and ipv6 connections end-to-end. Once the IPv6 variants of these tests are green, you should be good to go! |
brilliant ,really appreciate your work |
@ycy1164656 I've just finalised this work (except for IPv6 DHT support). If you're comfortable testing code from git, could you check out that branch and see if everything works well for your case now? |
There are a few things I need to update to fully support ipv6. This includes:
The text was updated successfully, but these errors were encountered: