libp2p-hs-0.1.0.0: Haskell implementation of the libp2p networking stack
Safe HaskellNone
LanguageGHC2021

LibP2P.Transport.QUIC

Description

QUIC v1 transport with libp2p mutual TLS authentication.

Synopsis

Documentation

newQUICTransport :: KeyPair -> IO Transport Source #

Construct a QUIC transport using the node's long-term identity key.

canDialQUIC :: Multiaddr -> Bool Source #

Match RFC 9000 QUIC multiaddrs, with an optional trailing peer ID.