Abstract
Protected
constructorConstructor.
Attributes of the transport.
Readonly
attributesAttributes of the transport.
Abstract
Readonly
rxIterable of incoming packets received through the transport.
Reopen the transport after it has failed.
The same transport or a new transport after it has been reconnected.
@ndn/l3face!Transport.ReopenNotSupportedError Thrown to indicate the transport does not support reopening.
Abstract
txFunction to accept outgoing packet stream.
Iterable of outgoing packets sent through the transport.
Size of each packet cannot exceed .mtu
.
Promise that resolves when iterable is exhausted or rejects upon error.
Low-level transport.
Remarks
The transport understands NDN TLV structures, but does not otherwise concern with packet format.