hs-socks
hs-socks copied to clipboard
`HostAddress6` serialization: should use `getWord32be` / `putWord32be`
IPv6 address on the wire should be in network byte order, but Word32s in HostAddress6 are in host byte order, so we should use getWord32be / putWord32be.