interface Packet {
    congestionMark?: number;
    l3: L3Pkt;
    token?: Uint8Array;
}

Properties

congestionMark?: number
l3: L3Pkt
token?: Uint8Array

Generated using TypeDoc