Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
encodeRemoteAddress :: NodeToNodeVersion -> SockAddr -> Encoding Source #
This encoder should be faithful to the PeerSharing CDDL Specification.
See the network design document for more details
decodeRemoteAddress :: NodeToNodeVersion -> Decoder s SockAddr Source #
This decoder should be faithful to the PeerSharing CDDL Specification.
See the network design document for more details