haskell-distributed / network-transport-tcp

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

Produce an error when tcpUserTimeout is set and network does not support the UserTimeout socket option. #33

Closed facundominguez closed 9 years ago

facundominguez commented 9 years ago

Right now, the transport fails silently and remains unable to send messages.

facundominguez commented 9 years ago

https://github.com/haskell-distributed/network-transport-tcp/pull/34