[Swan-dev] heads up: ip_address and ip_endpoint are distinct types

Andrew Cagney andrew.cagney at gmail.com
Thu Feb 18 22:14:50 UTC 2021


I've just pushed a change making ip_address and ip_endpoint distinct.

- an address is just that 0.0.0.0 or ::
    - ipv4 or ipv6
- an endpoint is everything else needed to get a packet to travel from
one machine to another:
    - address
    - protocol
    - "port"


More information about the Swan-dev mailing list