Skip to main content

Module address

Module address 

Source

Structs§

XAddress
The Address attribute indicates a reflexive transport address of the client. It consists of an 8-bit address family and a 16-bit port, followed by a fixed-length value representing the IP address. If the address family is IPv4, the address MUST be 32 bits. If the address family is IPv6, the address MUST be 128 bits. All fields must be in network byte order.

Enums§

IpFamily

Functions§

ipv4_from_bytes
Test
ipv6_from_bytes
Test
xor
Test