Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/fw
FwPacket
Interface FwPacket<T>
A logical packet in the forwarder.
interface
FwPacket
{
cancel
?:
boolean
;
congestionMark
?:
number
;
l3
:
T
;
reject
?:
Reason
;
token
?:
unknown
;
}
Type Parameters
T
extends
L3Pkt
=
L3Pkt
Implemented by
CancelInterest
RejectInterest
Index
Properties
cancel?
congestion
Mark?
l3
reject?
token?
Properties
Optional
cancel
cancel
?:
boolean
Optional
congestion
Mark
congestion
Mark
?:
number
l3
l3
:
T
Optional
reject
reject
?:
Reason
Optional
token
token
?:
unknown
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cancel
congestion
Mark
l3
reject
token
NDNts
@ndn/autoconfig
@ndn/cat
@ndn/cli-common
@ndn/dpdkmgmt
@ndn/endpoint
@ndn/fileserver
@ndn/fw
@ndn/keychain
@ndn/keychain-cli
@ndn/l3face
@ndn/lp
@ndn/nac
@ndn/naming-convention1
@ndn/naming-convention2
ndn
@ndn/ndncert
@ndn/ndnsec
@ndn/nfdmgmt
@ndn/node-transport
@ndn/packet
@ndn/quic-transport
Loading...
Generated using
TypeDoc
A logical packet in the forwarder.