package proto

Import Path
	github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto (on go.dev)

Dependency Relation
	imports 5 packages, and imported by 4 packages

Involved Source Files protocol.go voucher.go
Package-Level Type Names (only one)
/* sort by: | */
Expiration is the expiration time of the reservation Peer is the ID of the peer receiving relay service through Relay Relay is the ID of the peer providing relay service (*ReservationVoucher) Codec() []byte (*ReservationVoucher) Domain() string (*ReservationVoucher) MarshalRecord() ([]byte, error) (*ReservationVoucher) UnmarshalRecord(blob []byte) error *ReservationVoucher : github.com/libp2p/go-libp2p/core/record.Record
Package-Level Variables (only one)
TODO: register in multicodec table in https://github.com/multiformats/multicodec
Package-Level Constants (total 3)
const ProtoIDv2Hop = "/libp2p/circuit/relay/0.2.0/hop"
const ProtoIDv2Stop = "/libp2p/circuit/relay/0.2.0/stop"
const RecordDomain = "libp2p-relay-rsvp"