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

Add support for IPV6 when tunneling data #3202

Open
devos50 opened this issue Nov 9, 2017 · 0 comments
Open

Add support for IPV6 when tunneling data #3202

devos50 opened this issue Nov 9, 2017 · 0 comments

Comments

@devos50
Copy link
Contributor

devos50 commented Nov 9, 2017

There are some reports in the crash report tool about IPV6:

Traceback (most recent call last):
File "TriblerGUI\event_request_manager.py", line 99, in on_read_data
RuntimeError: Unhandled Error
Traceback (most recent call last):
File "lib\site-packages\twisted\python\log.py", line 103, in callWithLogger

File "lib\site-packages\twisted\python\log.py", line 86, in callWithContext

File "lib\site-packages\twisted\python\context.py", line 122, in callWithContext

File "lib\site-packages\twisted\python\context.py", line 85, in callWithContext

--- <exception caught here> ---
File "lib\site-packages\twisted\internet\selectreactor.py", line 149, in _doReadOrWrite

File "lib\site-packages\twisted\internet\tcp.py", line 208, in doRead

File "lib\site-packages\twisted\internet\tcp.py", line 214, in _dataReceived

File "Tribler\community\tunnel\Socks5\server.py", line 116, in dataReceived

File "Tribler\community\tunnel\Socks5\server.py", line 171, in _try_request

File "Tribler\community\tunnel\Socks5\conversion.py", line 180, in decode_request

File "Tribler\community\tunnel\Socks5\conversion.py", line 152, in __decode_address

Tribler.community.tunnel.Socks5.conversion.IPV6AddrError: IPV6 support not implemented

We should consider adding support for IPV6 at one point.

@devos50 devos50 added this to the V7.1 anonymous seeding test milestone Nov 9, 2017
@ichorid ichorid added this to To do in IPv6 support via automation Jul 17, 2020
@egbertbouman egbertbouman self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
IPv6 support
  
To do
Development

No branches or pull requests

3 participants