-
Notifications
You must be signed in to change notification settings - Fork 103
Add IPv6 support/documentation/tests #29
Comments
As far as I can see the tool already supports IPv6. What am I missing?
|
@mmue ah, thank you for pointing this out. I only explicitly tested and documented IPv4 support, but as you point out we get v6 sockets for free because it's not explicitly bound to v4. I suppose since the base v6 functionality is already there then we could focus on the following for this bug... 1.) Build out IPv6 and IPv4 test coverage for this so this is tested and verified during CI runs (I've not done any mocking of v4 of v6 sockets in the specs) This |
#48 should address point 2 above. |
@claudijd What are things that are pending for this go off the TODO list? I would try to complete that before the new release if you could help me out? |
@jinankjain I may have over-thought the scope of this issue since Ruby makes v4/v6 sockets pretty transparent to a developer. I'm going to close this in favor of #74, which is something I'd like to have coverage for. |
Currently, the tool only supports v4 connections when it should support v4 and v6.
The text was updated successfully, but these errors were encountered: