UNPKG
@ndn/lp
Version:
latest (0.0.20250307)
0.0.20250307
0.0.20250122
0.0.20240630
0.0.20240113
0.0.20230121
0.0.20220501
0.0.20210930
0.0.20210203
0.0.20200909
0.0.20200606
0.0.20191223-beta.1
NDNts: NDN Link Protocol
yoursunny.com/p/NDNts/
yoursunny/NDNts
@ndn/lp
/
lib
/
an_node.js
13 lines
(12 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
TT
as
l3TT
}
from
"@ndn/packet"
;
export
const
TT
=
{
LpPacket:
0x64
,
LpPayload:
0x50
,
LpSeqNum:
0x51
,
FragIndex:
0x52
,
FragCount:
0x53
,
PitToken:
0x62
,
Nack:
l3TT.Nack
,
NackReason:
l3TT.NackReason
,
CongestionMark:
0x0340
, }
;