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

Implement configuration parameter to set TCP_NODELAY. #7

Closed facundominguez closed 9 years ago

facundominguez commented 9 years ago

TCP_NODELAY reduces latency from 40 ms to 2 ms for some messages in our experiments.

edsko commented 9 years ago

Fine with me.