Felix Morgner
unread,May 22, 2014, 12:33:14 PM5/22/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to umurmur...@googlegroups.com
Hi
I just finished the patch that hopefully should handle systems without IPv6 support. Sadly I dont't have access to a non v6 system right now and thus could not fully test the patch yet.
> On a related note, should ipv6 support be a compile-time option, like a '--disable-ipv6' switch to the configure script? I'm thinking of scenarios where the target system lacks support and will give compile and/or link errors. These systems should be scarce nowadays I suppose and I think this will mess up the code quite a bit...
I think we shouldn't do something about this right now, as IPv6 support lost its experimental marking in Linux with version 2.6.12 (in 2005 if i remember correctly) and on other systems the situation is similar. I suppose we should deal with it, when the issue arises. Being able to avoid it all together would make it a lot easier to maintain the code, as handling this issue would hugely increase code size ( we would need to handle the address types separately for these platforms).
Felix