lpeterse / haskell-socket

A Haskell binding to the POSIX sockets API
MIT License
47 stars 10 forks source link

TCP_NODELAY option #37

Closed VyacheslavHashov closed 7 years ago

lpeterse commented 7 years ago

I cherry-picked your pull request into the 0.8.0.0 branch. As this is a protocol-specific socket option I felt free to rename and move it into the System.Socket.Protocol.TCP module.