Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ConnectionId addr = ConnectionId {
- localAddress :: !addr
- remoteAddress :: !addr
Documentation
data ConnectionId addr Source #
Connection is identified by local and remote address.
TODO: the type variable which this data type fills in is called peerid
. We
should renamed to connectionId
.
ConnectionId | |
|