lpeterse / haskell-socket

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

Explain the `Protocol ()` instance #2

Closed lpeterse closed 8 years ago

lpeterse commented 9 years ago

This is for the default protocol. Unix sockets for example don't specify a transport protocol.

lpeterse commented 8 years ago

Will be removed in favour of a Default protocol type.