Options for events triggered by network packets.
export interface PacketEventOptions { ignoredPacketIds?: PacketId[]; monitoredPacketIds?: PacketId[];} Copy
export interface PacketEventOptions { ignoredPacketIds?: PacketId[]; monitoredPacketIds?: PacketId[];}
Optional
If provided, packet IDs in this list will not trigger the event subscriptions.
If provided only packet IDs in this list will trigger the event subscriptions.
Options for events triggered by network packets.
Source