Skip to content

reading-server does not work if ipv6 is disabled #5

Description

@fstshrk

reading-server does not work if ipv6 is disabled, because it only tries a v6 socket:
int sock = socket(AF_INET6, SOCK_STREAM, 0);

It would be great if there was a -4 or -6 option to select the socket type or use a socket with fallback option to v4. In our environment, v6 is currently not supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions