hs-socks icon indicating copy to clipboard operation
hs-socks copied to clipboard

`HostAddress6` serialization: should use `getWord32be` / `putWord32be`

Open blckngm opened this issue 11 years ago • 0 comments

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.

blckngm avatar Dec 07 '14 07:12 blckngm