apple/swift-nio

Provide IPAddress type

Open

#1.650 aberto em 24 de set. de 2020

Ver no GitHub
 (8 comments) (5 reactions) (0 assignees)Swift (749 forks)batch import
good first issuekind/enhancement

Métricas do repositório

Stars
 (8.453 stars)
Métricas de merge de PR
 (Mesclagem média 8d 5h) (18 fundiu PRs em 30d)

Description

If you want to work with a complete socket address type including port, we have a helper in SocketAddress. However, the moment you want to talk only about an IP address we force you to hold an in_addr or in_addr6 structure: hardly the friendliest versions of these data types.

We should provide a helpful wrapper IPAddress type that can be converted into those types as needed. This would be a much friendlier way to work with IP addresses. This is a good issue for those who are familiar with either IP addresses or Swift.

Guia do colaborador