| Portability | non-portable (uses STM) |
|---|---|
| Stability | experimental |
| Maintainer | phil@haphazardhouse.net |
| Safe Haskell | None |
Network.Transport.TCP
Description
TCP transports deliver messages to other Endpoints using TCP/IP.
Each TCP transport manages both socket bindings and connections on behalf of
Endpoints, dynamically opening / closing new sockets as needed to deliver
messages to other Endpoints using TCP transports.
- newTCPTransport :: Resolver -> IO Transport