Skip to content

Add support for creating an Address from a string representation #8

Description

@ProgramMax

Right now, the only method of creating an Address is via DNS resolution.
This is probably the correct path for 99% of client-server code.

However, there are cases like local connections, peer-to-peer, and testing where a user would want to specify an IP address without doing a DNS resolution.

A good way to add support for this would be to create an Address from a string representation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions