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