interface RelayReservation {
    addr: Multiaddr;
    expiry: Date;
    limit?: Limit;
    signal: RetimeableAbortSignal;
}

Properties

addr: Multiaddr

The address of the relay client

expiry: Date

When this reservation expires

limit?: Limit

How much data can be transferred over each relayed connection and for how long before the underlying stream is reset

This signal will fire it's "abort" event when the reservation expires