haskell-distributed / network-transport-tcp

TCP Realisation of Network.Transport
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
30 stars 27 forks source link

Check peer host against resolved host #64

Closed avieth closed 7 years ago

avieth commented 7 years ago

Transports which use domain names for their hosts can now communicate with transport which have the check peer host flag enabled. The claimed host will be checked against the actual numeric host of the socket, and also the resolved host.

avieth commented 7 years ago

Bump. @facundominguez @dcoutts @qnikst thoughts on this one?

facundominguez commented 7 years ago

LGTM