Skip to content

IPv6 and IPv4 addressing order (RFC 6724) not respected #190

@thiagomacieira

Description

@thiagomacieira

irssi seems to default to IPv4 addresses before IPv6. That's wrong: IPv6 should always be tried first, to help with the conversion to IPv6.

In fact, irssi should just respect the order provided by getaddrinfo(3). It is already configured to use IPv6 first if both sides have native IPv6, but use IPv4 first if both sides are tunnelling. See RFC 6724 (the new version of RFC 3484), which is implemented in most libc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions